cmake: Use standard preprocessor on MSVC
This commit is contained in:
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…
Reference in New Issue