Skip to content

Commit

Permalink
Bump CLI11 version to 1.6.1, remove single file generation (ruslo#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored and ruslo committed Jul 30, 2018
1 parent 61ba13f commit 4737aaf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ hunter_default_version(BoostProcess VERSION 0.5)
hunter_default_version(BoringSSL VERSION 1.0.0)
hunter_default_version(Box2D VERSION 2.3.1-p0)
hunter_default_version(CLAPACK VERSION 3.2.1)
hunter_default_version(CLI11 VERSION 1.5.3)
hunter_default_version(CLI11 VERSION 1.6.1)
hunter_default_version(CURL VERSION 7.60.0-p0)
hunter_default_version(CapnProto VERSION 0.6.1)
hunter_default_version(Catch VERSION 2.2.2)
Expand Down
41 changes: 38 additions & 3 deletions cmake/projects/CLI11/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,57 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
1.5.3
URL
"https://github.com/CLIUtils/CLI11/archive/v1.5.3.tar.gz"
SHA1
00c982a7e6819524acda111515ea02308e93a92f
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
1.5.4
URL
"https://github.com/CLIUtils/CLI11/archive/v1.5.4.tar.gz"
SHA1
94c6860aaa13b16c47e939194a2cdd26e869256c
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
1.6.0
URL
"https://github.com/CLIUtils/CLI11/archive/v1.6.0.tar.gz"
SHA1
f49b36ca4707dc89cb2bd03fc4f7558e30417afc
)


hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
1.5.3
1.6.1
URL
"https://github.com/CLIUtils/CLI11/archive/v1.5.3.tar.gz"
"https://github.com/CLIUtils/CLI11/archive/v1.6.1.tar.gz"
SHA1
00c982a7e6819524acda111515ea02308e93a92f
4d900c543cc73b80bc31da20998b2d516d67e0ae
)

hunter_cmake_args(
CLI11
CMAKE_ARGS
CLI11_TESTING=OFF
CLI11_EXAMPLES=OFF
CLI11_SINGLE_FILE=OFF
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 4737aaf

Please sign in to comment.