From ecc1feff6478c1429648ebe003b54d974d9a3c3d Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:51:23 -0400 Subject: cmake: Use standard preprocessor on MSVC --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0696201df..e814cff19 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -48,6 +48,7 @@ if (MSVC) /volatile:iso /Zc:externConstexpr /Zc:inline + /Zc:preprocessor # Use standards-conforming preprocessor /Zc:throwingNew /GT -- cgit v1.2.3