mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-29 11:01:57 +00:00
USE_SYSTEM_RAPIDJSON
parent
c04e1d9982
commit
789c740003
7
Build.md
7
Build.md
@ -86,6 +86,13 @@ for your system, as well as methods of obtaining and locating Clang+LLVM.
|
|||||||
Specify paths where CMake can locate Clang/LLVM headers and libraries.
|
Specify paths where CMake can locate Clang/LLVM headers and libraries.
|
||||||
CMake searches the paths in `CMAKE_PREFIX_PATH` for `include` and `lib`.
|
CMake searches the paths in `CMAKE_PREFIX_PATH` for `include` and `lib`.
|
||||||
|
|
||||||
|
* `-DUSE_SYSTEM_RAPIDJSON=(ON|OFF)`
|
||||||
|
|
||||||
|
Default: **ON**
|
||||||
|
|
||||||
|
Use system rapidjson (usually available at `/usr/include/rapidjson`).
|
||||||
|
If **OFF** or not found, `third_party/rapidjson` will be used instead.
|
||||||
|
|
||||||
## Choosing Clang+LLVM
|
## Choosing Clang+LLVM
|
||||||
|
|
||||||
### System Clang+LLVM
|
### System Clang+LLVM
|
||||||
|
Loading…
Reference in New Issue
Block a user