We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4014580 commit aca02d2Copy full SHA for aca02d2
CMakeLists.txt
@@ -45,6 +45,7 @@ if(MSVC)
45
/wd4800
46
/wd4068 # Disable unknown pragma warning
47
/std:c++17
48
+ /Zc:__cplusplus
49
$<$<CONFIG:Debug>:/FS>
50
)
51
# relink system libs
0 commit comments