mirror of
https://github.com/MaskRay/ccls.git
synced 2025-08-17 20:22:23 +00:00
Fix compile error when use msvc 2019
This commit is contained in:
parent
40145807d5
commit
819db499bb
@ -45,6 +45,7 @@ if(MSVC)
|
||||
/wd4800
|
||||
/wd4068 # Disable unknown pragma warning
|
||||
/std:c++17
|
||||
/Zc:__cplusplus
|
||||
$<$<CONFIG:Debug>:/FS>
|
||||
)
|
||||
# relink system libs
|
||||
|
Loading…
Reference in New Issue
Block a user