We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb88e0 commit 21c0f76Copy full SHA for 21c0f76
cmake/cc.cmake
@@ -6,6 +6,7 @@ include(CheckCCompilerFlag)
6
7
if (${CMAKE_C_COMPILER_ID} MATCHES "IntelLLVM")
8
set(CCOMMON_OPT "${CCOMMON_OPT} -fp-model=consistent")
9
+ set(GCC_VERSION 100)
10
endif ()
11
12
if (${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID} STREQUAL "LSB" OR ${CMAKE_C_COMPILER_ID} MATCHES "Clang")
0 commit comments