We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058adc7 commit 7759a16Copy full SHA for 7759a16
tools/cmake/FindOptions.cmake
@@ -38,10 +38,11 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CXXSTD_FLAGS} ${OPT_FLAGS} ${INCLUDE_F
38
39
if(MSVC)
40
add_definitions( "/W3 /D_CRT_SECURE_NO_WARNINGS /wd4005 /wd4996 /wd4267 /wd4244 /wd4113 /nologo")
41
-endif()
42
if(MSVC_VERSION GREATER 1910)
43
add_definitions("/permissive-")
44
endif()
+endif()
45
+
46
if(ROARING_LINK_STATIC)
47
if(NOT MSVC)
48
set(CMAKE_EXE_LINKER_FLAGS "-static")
0 commit comments