Skip to content

Commit 6b53102

Browse files
committed
Make MSVC use a standard compliant preprocessor
1 parent a4ed8d8 commit 6b53102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/Macros.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function(tgui_set_global_compile_flags target)
5252
/W4
5353
/permissive-
5454
/Zc:__cplusplus
55+
/Zc:preprocessor
5556
)
5657
else()
5758
target_compile_options(${target} PRIVATE

0 commit comments

Comments
 (0)