We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b089a commit 0e114a0Copy full SHA for 0e114a0
test/CMakeLists.txt
@@ -68,7 +68,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR (CMAKE_CXX_COMPILER_ID MATCHES "Intel"
68
add_compile_options(-fno-exceptions)
69
endif()
70
elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
71
- add_compile_options(${_cxx_std_flag} /Zc:__cplusplus /EHsc /bigobj -fms-compatibility)
+ add_compile_options(${_cxx_std_flag} /Zc:__cplusplus /EHsc /bigobj)
72
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
73
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
74
add_definitions(-D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
0 commit comments