From 213bc263eb70a7c02c72e3e0a2d0ebf98459c549 Mon Sep 17 00:00:00 2001 From: Laszlo Nagy Date: Fri, 11 Mar 2022 09:36:55 +1100 Subject: [PATCH] dependency: json --- third_party/nlohmann_json/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/nlohmann_json/CMakeLists.txt b/third_party/nlohmann_json/CMakeLists.txt index edb92d87..c801cda9 100644 --- a/third_party/nlohmann_json/CMakeLists.txt +++ b/third_party/nlohmann_json/CMakeLists.txt @@ -9,9 +9,9 @@ else () include(ExternalProject) ExternalProject_Add(nlohmann_json_dependency URL - https://github.com/nlohmann/json/archive/v3.10.4.tar.gz + https://github.com/nlohmann/json/archive/v3.10.5.tar.gz URL_HASH - MD5=d1de947a7fe0030ce3f5f36304945563 + MD5=5b946f7d892fa55eabec45e76a20286b DOWNLOAD_NO_PROGRESS 1 UPDATE_COMMAND