Yu Zeng 4 years ago
committed by Fangrui Song
parent
commit
aca02d209b
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -45,6 +45,7 @@ if(MSVC)
/wd4800
/wd4068 # Disable unknown pragma warning
/std:c++17
/Zc:__cplusplus
$<$<CONFIG:Debug>:/FS>
)
# relink system libs

Loading…
Cancel
Save