Disable rapidjson tests

This commit is contained in:
2025-08-16 22:22:25 -04:00
parent 628fe466ef
commit 6343213e1b

View File

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