diff --git a/cmake/SetDefinitions.cmake b/cmake/SetDefinitions.cmake index ffd05c31..f1211d30 100644 --- a/cmake/SetDefinitions.cmake +++ b/cmake/SetDefinitions.cmake @@ -79,7 +79,10 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC") /GS- #no buffer security check /GF #string pooling > - + $<$: + /bigobj + > + /wd4996 /wd4267 /wd4244