cmake: Use standard preprocessor on MSVC

This commit is contained in:
lat9nq 2023-06-21 13:51:23 -04:00
parent 52cc7b438b
commit ecc1feff64
1 changed files with 1 additions and 0 deletions

View File

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