Set rapidjson docs + examples to off

This commit is contained in:
2025-09-05 11:29:08 -04:00
parent 72481be46d
commit e846bc49f6

View File

@@ -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