diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aebc34..e6e9ed2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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