From 51aa7a437e31b43dd68dd68d57341d81dcd98136 Mon Sep 17 00:00:00 2001 From: DongWook Lee Date: Sun, 24 Mar 2024 18:13:11 +0900 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aec7be0..42c8aa9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,6 @@ elseif (MSVC) /permissive-; /sdl; /W3; - /Zc:__cplusplus; ${DEFAULT_CXX_DEBUG_INFORMATION_FORMAT}; ${DEFAULT_CXX_EXCEPTION_HANDLING} )