Skip to content

Commit

Permalink
dependency: version bump for json
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Jan 22, 2024
1 parent eab18b9 commit 0535efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/nlohmann_json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ else ()
include(ExternalProject)
ExternalProject_Add(nlohmann_json_dependency
URL
https://github.com/nlohmann/json/archive/v3.11.2.tar.gz
https://github.com/nlohmann/json/archive/v3.11.3.tar.gz
URL_HASH
MD5=e8d56bc54621037842ee9f0aeae27746
MD5=d603041cbc6051edbaa02ebb82cf0aa9
DOWNLOAD_NO_PROGRESS
1
UPDATE_COMMAND
Expand Down

0 comments on commit 0535efa

Please sign in to comment.