diff --git a/CMakeLists.txt b/CMakeLists.txt index 91ad8f0..2dcf706 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,9 @@ FetchContent_Declare( ) FetchContent_MakeAvailable(nlohmann_json) +set(RAPIDJSON_BUILD_TESTS + OFF + CACHE BOOL "Disable RapidJSON tests" FORCE) FetchContent_Declare( RapidJSON GIT_REPOSITORY https://github.com/Tencent/rapidjson.git