snl-dakota/dakota
cmake/DakotaOptions.cmake
:188
option(HAVE_C3 "Build the Compressed Continuous Computation package." OFF)
option(HAVE_C3 "Build the Compressed Continuous Computation package." OFF)
check_c_compiler_flag(${flag} HAVE_C_${temp_flag})
check_c_compiler_flag(${flag} HAVE_C_${temp_flag})
check_c_compiler_flag("${flag}" HAVE_C_${flagname})
check_c_compiler_flag(${flag} HAVE_C_${flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
target_compile_definitions(runtime_module PRIVATE "HAVE_CK")
check_c_compiler_flag("${flag}" HAVE_C_${flagname})
check_c_compiler_flag(${flag} HAVE_C_${flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_source_compiles("
int main(int argc, char *argv[]) { return (0); }
" HAVE_CC)
check_c_compiler_flag("${COMPILERFLAG}" HAVE_C_${COMPILERFLAG_VAR})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_compiler_flag (${flag} HAVE_C_${temp_flag})
check_c_compiler_flag("${flag}" HAVE_C_${flag_name})
check_c_compiler_flag("${flag1}" HAVE_C_${flag1_name})
check_c_compiler_flag("${flag2}" HAVE_C_${flag2_name})
elseif(HAVE_C_${flag2_name} AND HAVE_CXX${flag2_name})
check_c_compiler_flag("${flag}" HAVE_C_${flag_name})
ADD_DEFINITIONS(-DHAVE_CG)