summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt1
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)
48 /volatile:iso 48 /volatile:iso
49 /Zc:externConstexpr 49 /Zc:externConstexpr
50 /Zc:inline 50 /Zc:inline
51 /Zc:preprocessor # Use standards-conforming preprocessor
51 /Zc:throwingNew 52 /Zc:throwingNew
52 /GT 53 /GT
53 54