We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256fddb commit eed4cdaCopy full SHA for eed4cda
source/CMakeLists.txt
@@ -28,6 +28,7 @@ endif()
28
target_compile_options (asl PUBLIC "/Zc:__cplusplus")
29
target_compile_options (asl PRIVATE "/W4")
30
target_compile_options (asl PRIVATE "/WX")
31
+ target_compile_options (asl PRIVATE "/Zc:preprocessor")
32
endif()
33
34
target_link_boost(asl)
0 commit comments