Skip to content

Commit

Permalink
Make 'nlohmann-json' cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jan 3, 2017
1 parent e6797b0 commit 2901119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/projects/nlohmann-json/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hunter_add_version(
PACKAGE_NAME nlohmann-json
VERSION "1.0.0-rc1-hunter-2"
URL "https://github.com/hunter-packages/json/archive/v1.0.0-rc1-hunter-2.tar.gz"
SHA1 2db824ca17678c8918575bbab982e6ae93283433
SHA1 2db824ca17678c8918575bbab982e6ae93283433
)

hunter_add_version(
Expand All @@ -23,4 +23,5 @@ hunter_add_version(
hunter_cmake_args(nlohmann-json CMAKE_ARGS JSON_BUILD_TESTS=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(nlohmann-json)
hunter_download(PACKAGE_NAME nlohmann-json)

0 comments on commit 2901119

Please sign in to comment.