Skip to content

Commit

Permalink
Fix compile error when use msvc 2019 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Zeng authored and MaskRay committed Jan 19, 2021
1 parent 4014580 commit aca02d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if(MSVC)
/wd4800
/wd4068 # Disable unknown pragma warning
/std:c++17
/Zc:__cplusplus
$<$<CONFIG:Debug>:/FS>
)
# relink system libs
Expand Down

0 comments on commit aca02d2

Please sign in to comment.