mirror of
https://github.com/MaskRay/ccls.git
synced 2025-08-19 05:02:26 +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
|
/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
|
||||||
|
Loading…
Reference in New Issue
Block a user