From 65ed4b1e2d39ddf3265a7edc9621a8b977f598e3 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 16 Aug 2024 16:25:32 -0400 Subject: [PATCH] =?UTF-8?q?fixup!=20fixup!=20fixup!=20fixup!=20fixup!=20fi?= =?UTF-8?q?xup!=20squash!=20General=20CMakeLists=20improvements=20-=20cmak?= =?UTF-8?q?e=20v2=E2=86=92v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow I bumped this up to latest, that's not right.. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3956825d..a7c66a366 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -318,7 +318,7 @@ if(MSVC) ) # Disable warning C4250 since it warns that the compiler is correctly following the C++ Standard. It's a # "We-Are-Doing-Things-By-The-Book" notice, not a real warning. - add_compile_options(/EHsc /std:c++latest /wd4250) + add_compile_options(/EHsc /wd4250) add_definitions( -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS