From c86282a0fbf1c82e16455a3dd758838ddf22981b Mon Sep 17 00:00:00 2001 From: "andrei.svatko" Date: Tue, 2 Sep 2025 16:42:23 +0300 Subject: [PATCH 1/2] added nlohmann_json 3.12.0 --- cmake/projects/nlohmann_json/hunter.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmake/projects/nlohmann_json/hunter.cmake b/cmake/projects/nlohmann_json/hunter.cmake index 715ad60125..5446b4c877 100644 --- a/cmake/projects/nlohmann_json/hunter.cmake +++ b/cmake/projects/nlohmann_json/hunter.cmake @@ -227,6 +227,13 @@ hunter_add_version( SHA1 1b0701dc7fdc068aad8ce68fc3e019a038232437 ) +hunter_add_version( + PACKAGE_NAME nlohmann_json + VERSION "3.12.0" + URL "https://github.com/nlohmann/json/archive/v3.12.0.tar.gz" + SHA1 815212d8acbddc87009667c52ba98a8404efec18 +) + hunter_cmake_args(nlohmann_json CMAKE_ARGS JSON_BuildTests=OFF) hunter_pick_scheme(DEFAULT url_sha1_cmake) From c0fc1195972ebfc1a5599dc7d554fac56f90f2f5 Mon Sep 17 00:00:00 2001 From: "andrei.svatko" Date: Tue, 2 Sep 2025 17:47:11 +0300 Subject: [PATCH 2/2] updated default version --- cmake/configs/default.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index 5fe1137445..35b527b45e 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -420,7 +420,7 @@ hunter_default_version(nanosvg VERSION 0.0.0-2b08dee-p0) hunter_default_version(ncnn VERSION 20180314-p2) hunter_default_version(ncursesw VERSION 6.1) hunter_default_version(nlohmann_fifo_map VERSION 0.0.0-0dfbf5d-p1) -hunter_default_version(nlohmann_json VERSION 3.11.2) +hunter_default_version(nlohmann_json VERSION 3.12.0) hunter_default_version(nng VERSION 1.1.1) hunter_default_version(nsync VERSION 1.14-p1) hunter_default_version(occt VERSION 7.4.0-p0)