From fa575b304c89f705ab4e3e91f73cda0f5484795e Mon Sep 17 00:00:00 2001 From: H0zen Date: Fri, 17 May 2019 21:54:47 +0100 Subject: [PATCH] 0.22.4 - Appveyor --- cmake/SetDefinitions.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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