Set rapidjson docs + examples to off
This commit is contained in:
@@ -49,6 +49,12 @@ FetchContent_MakeAvailable(nlohmann_json)
|
||||
set(RAPIDJSON_BUILD_TESTS
|
||||
OFF
|
||||
CACHE BOOL "Disable RapidJSON tests" FORCE)
|
||||
set(RAPIDJSON_BUILD_DOC
|
||||
OFF
|
||||
CACHE BOOL "Disable RapidJSON documentation" FORCE)
|
||||
set(RAPIDJSON_BUILD_EXAMPLES
|
||||
OFF
|
||||
CACHE BOOL "Disable RapidJSON examples" FORCE)
|
||||
FetchContent_Declare(
|
||||
RapidJSON
|
||||
GIT_REPOSITORY https://github.com/Tencent/rapidjson.git
|
||||
|
||||
Reference in New Issue
Block a user