From f063f13e3a272bb66034c070fdd6724173973506 Mon Sep 17 00:00:00 2001 From: Marcus Edel Date: Sat, 23 Oct 2021 23:24:41 -0400 Subject: [PATCH] Test the other direction. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8475baaff7..5a94f1576f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ set(COMPILER_SUPPORT_LIBRARIES "") # If we are using MSVC, we need /bigobj. if (MSVC) set(CMAKE_CXX_STANDARD 17) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj /Zm2000 /Zc:__cplusplus") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj /Zm200 /Zc:__cplusplus") endif () # If we are using MINGW, we need sections and big-obj, otherwise we create too