From 9152adeed83daefd3a635f0e2e89a7aef5cfba21 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Fri, 15 Dec 2023 09:39:32 -0500 Subject: [PATCH] Update json to 3.11.3 --- indra/deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index d22384424cf..112acc34242 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -44,7 +44,7 @@ FetchContent_Declare( FetchContent_Declare( nlohmann_json GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/modernjson.git - GIT_TAG v3.11.2 + GIT_TAG v3.11.3 GIT_SHALLOW TRUE GIT_PROGRESS TRUE ) -- GitLab