Skip to content

Commit

Permalink
Update nlohmann_json to v3.11.2 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger authored Aug 15, 2022
1 parent 2c71185 commit 67874f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,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.1)
hunter_default_version(nlohmann_json VERSION 3.11.2)
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)
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/nlohmann_json/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ hunter_add_version(
SHA1 ac7ee8446d7c5099a590c3fdb05df5ce56ee04c8
)

hunter_add_version(
PACKAGE_NAME nlohmann_json
VERSION "3.11.2"
URL "https://github.com/nlohmann/json/archive/v3.11.2.tar.gz"
SHA1 1b0701dc7fdc068aad8ce68fc3e019a038232437
)

hunter_cmake_args(nlohmann_json CMAKE_ARGS JSON_BuildTests=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 67874f3

Please sign in to comment.