Loading CMakeLists.txt +3 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,9 @@ elseif(WIN32) -D_CRT_SECURE_NO_WARNINGS /MP ) string(REGEX REPLACE "/W3" "/W4" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") # add_compile_options("/WX") if(NOT INCLUDE_SPLIT) add_compile_options("/W4 /WX") endif() endif() # configuration options for all platforms Loading Loading
CMakeLists.txt +3 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,9 @@ elseif(WIN32) -D_CRT_SECURE_NO_WARNINGS /MP ) string(REGEX REPLACE "/W3" "/W4" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") # add_compile_options("/WX") if(NOT INCLUDE_SPLIT) add_compile_options("/W4 /WX") endif() endif() # configuration options for all platforms Loading