From f4c38c5f3e2b9d4ee943f775774452411869ecbf Mon Sep 17 00:00:00 2001 From: meator Date: Fri, 21 Aug 2026 16:43:22 +0200 Subject: [PATCH] Update nlohmann_json package v3.10.4 fails to configure with newer CMake because it used some deprecated features. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1294ab1..05b9b52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if(NOT nlohmann_json_FOUND) FetchContent_Declare( nlohmann_json GIT_REPOSITORY https://github.com/nlohmann/json - GIT_TAG v3.10.4 + GIT_TAG v3.12.0 ) FetchContent_MakeAvailable(nlohmann_json)