USE_SYSTEM_RAPIDJSON

Fangrui Song 2019-07-08 01:06:07 -07:00
parent c04e1d9982
commit 789c740003

@ -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.
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
### System Clang+LLVM