cmake: Use standard preprocessor on MSVC

pull/8/head
lat9nq 2 years ago
parent 52cc7b438b
commit ecc1feff64

@ -48,6 +48,7 @@ if (MSVC)
/volatile:iso
/Zc:externConstexpr
/Zc:inline
/Zc:preprocessor # Use standards-conforming preprocessor
/Zc:throwingNew
/GT

Loading…
Cancel
Save