Skip to content

Commit

Permalink
nlohmann_json 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Mar 14, 2018
1 parent e749ce5 commit 94d6c88
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 @@ -265,7 +265,7 @@ hunter_config(mpark_variant VERSION 1.0.0)
hunter_config(msgpack VERSION 1.4.1-p2)
hunter_config(mtplz VERSION 0.1-p3)
hunter_config(nanoflann VERSION 1.2.3-p0)
hunter_config(nlohmann_json VERSION 3.1.1)
hunter_config(nlohmann_json VERSION 3.1.2)
hunter_config(nsync VERSION 1.14-p1)
hunter_config(odb VERSION 2.4.0)
hunter_config(odb-boost VERSION 2.4.0)
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 @@ -71,6 +71,13 @@ hunter_add_version(
SHA1 3bdcd9dd6b3c5a0f376ac9c77020f3b9676d3e62
)

hunter_add_version(
PACKAGE_NAME nlohmann_json
VERSION "3.1.2"
URL "https://github.com/nlohmann/json/archive/v3.1.2.tar.gz"
SHA1 7b668b6af9839c7a46449a0d7f3389982c21ccbb
)

hunter_cmake_args(nlohmann_json CMAKE_ARGS JSON_BuildTests=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 94d6c88

Please sign in to comment.