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