cmake bugfix Zc:preprocessor

This commit is contained in:
silverqx
2024-05-22 12:12:55 +02:00
parent 992429b44f
commit 40a0b4e286

View File

@@ -96,8 +96,6 @@ ${TINY_UNPARSED_ARGUMENTS}")
/Zc:__cplusplus
# Standards-conforming behavior
/Zc:strictStrings
# # C/C++ conformant preprocessor
/Zc:preprocessor
# Enable Additional Security Checks for Debug builds only
$<$<CONFIG:Debug>:/sdl>
/W4
@@ -121,6 +119,8 @@ ${TINY_UNPARSED_ARGUMENTS}")
# Standards-conforming behavior
/Zc:wchar_t,rvalueCast,inline
/Zc:throwingNew,referenceBinding,ternary
# C/C++ conformant preprocessor
/Zc:preprocessor
/external:anglebrackets /external:W0
# Enable and check it from time to time
# /external:templates-