From 789c740003616890d6a1500ca8e01b3d68102408 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 8 Jul 2019 01:06:07 -0700 Subject: [PATCH] USE_SYSTEM_RAPIDJSON --- Build.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Build.md b/Build.md index c8b130b..7a3ba72 100644 --- a/Build.md +++ b/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. 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