Tests: Update for the Fujitsu compiler

This commit is contained in:
Chuck Atkins
2020-12-22 13:07:48 -07:00
committed by Brad King
parent 3c867cff4a
commit a55feff69c
9 changed files with 25 additions and 19 deletions
+1
View File
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0)
get_property(_isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
if(NOT _isMultiConfig AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build" FORCE)
endif()