From ff185d5c579cff45197762aaa6a76be14c1af569 Mon Sep 17 00:00:00 2001 From: Ziyang Dong Date: Fri, 7 Aug 2026 10:41:28 +0800 Subject: [PATCH] fix: upgrade nlohmann/json to v3.11.3 for CMake 4 compatibility --- cmake/modules/Findjson.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/Findjson.cmake b/cmake/modules/Findjson.cmake index 343dd376..8959a81a 100644 --- a/cmake/modules/Findjson.cmake +++ b/cmake/modules/Findjson.cmake @@ -29,7 +29,7 @@ if(NOT nlohmann_json_FOUND) FetchContent_Declare( json GIT_REPOSITORY https://github.com/nlohmann/json.git - GIT_TAG v3.11.2 + GIT_TAG v3.11.3 DOWNLOAD_EXTRACT_TIMESTAMP FALSE )