mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
cmake: Use standard preprocessor on MSVC
This commit is contained in:
@@ -48,6 +48,7 @@ if (MSVC)
|
||||
/volatile:iso
|
||||
/Zc:externConstexpr
|
||||
/Zc:inline
|
||||
/Zc:preprocessor # Use standards-conforming preprocessor
|
||||
/Zc:throwingNew
|
||||
/GT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user