diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index bdf7155449da3f70a62101278cc658fe7a4f840e..07ad003698763f1de48440cd3ddd3fa874163fac 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)