From dc9df2abe32a2137d50e08326ca6fb31ab1ff7d4 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 8 Aug 2020 17:29:59 -0400
Subject: [PATCH] Disable json test build

---
 indra/deps/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt
index bdf7155449d..07ad0036987 100644
--- a/indra/deps/CMakeLists.txt
+++ b/indra/deps/CMakeLists.txt
@@ -66,6 +66,7 @@ FetchContent_MakeAvailable(meshoptimizer)
 # If you only include this third party in PRIVATE source files, you do not
 # need to install it when your main project gets installed.
 set(JSON_Install OFF CACHE INTERNAL "")
+set(JSON_BuildTests OFF CACHE INTERNAL "")
 FetchContent_MakeAvailable(nlohmann_json)
 
 unset(CMAKE_FOLDER)
-- 
GitLab