We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f773cd1 commit 6e6ea4aCopy full SHA for 6e6ea4a
CMakeLists.txt
@@ -16,6 +16,7 @@ IF (UNIX)
16
ENDIF(UNIX)
17
18
if(WIN32)
19
+ include(CheckCXXCompilerFlag)
20
check_cxx_compiler_flag(/d2FH4- HAS_D2FH4)
21
if (HAS_D2FH4)
22
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /d2FH4-")
0 commit comments