Fix compile error when use msvc 2019

This commit is contained in:
Yu 2021-01-18 21:11:01 +08:00
parent 40145807d5
commit 819db499bb

View File

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