diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-21 13:51:23 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:55 -0400 |
commit | ecc1feff6478c1429648ebe003b54d974d9a3c3d (patch) | |
tree | 3405b01957045d1e3a084d68e1f8435633338b8a /src/CMakeLists.txt | |
parent | 52cc7b438bbaccb440382d0fd38d2d0805907814 (diff) |
cmake: Use standard preprocessor on MSVC
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |