From ca1f3f4e3236ed7e01e0b67b76dae57dbcc66d2e Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 7 Oct 2021 18:11:10 -0400 Subject: [PATCH] Update json to 3.10.2 --- indra/deps/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index 69d329c08dc..1c1f00ec5ef 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -38,7 +38,7 @@ FetchContent_Declare( # FetchContent_Declare( # Catch2 # GIT_REPOSITORY https://github.com/catchorg/Catch2.git -# GIT_TAG v2.11.0 +# GIT_TAG v2.13.7 # ) FetchContent_Declare( fmt @@ -48,7 +48,7 @@ FetchContent_Declare( FetchContent_Declare( nlohmann_json GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/modernjson.git - GIT_TAG v3.10.1 + GIT_TAG v3.10.2 ) FetchContent_Declare( -- GitLab