From 6343213e1b0f80a7d59ded901d50771e65a7a2af Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sat, 16 Aug 2025 22:22:25 -0400 Subject: [PATCH] Disable rapidjson tests --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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