Skip to content

Commit

Permalink
cli11: update cli11 to 2.3.2 (#669)
Browse files Browse the repository at this point in the history
Co-authored-by: res0nance <res0nance@users.noreply.github.com>
  • Loading branch information
res0nance and res0nance committed Apr 13, 2023
1 parent 971ffce commit ee22b6b
Show file tree
Hide file tree
Showing 2 changed files with 34 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 @@ -45,7 +45,7 @@ hunter_default_version(BoostProcess VERSION 0.5)
hunter_default_version(BoringSSL VERSION 0.0.0-0f5ecd3a8-p0)
hunter_default_version(Box2D VERSION 2.3.1-p0)
hunter_default_version(CLAPACK VERSION 3.2.1)
hunter_default_version(CLI11 VERSION 2.2.0)
hunter_default_version(CLI11 VERSION 2.3.2)
hunter_default_version(CURL VERSION 7.74.0-p2)
hunter_default_version(CapnProto VERSION 0.7.0)
hunter_default_version(Catch VERSION 2.13.9)
Expand Down
33 changes: 33 additions & 0 deletions cmake/projects/CLI11/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,39 @@ hunter_add_version(
8ff2b5ef3436d73ce7f9db0bd94a912e305f0967
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.3.0
URL
"https://github.com/CLIUtils/CLI11/archive/v2.3.0.tar.gz"
SHA1
0e40dec5a8d3a9e212d9349e39409a003fee3ab4
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.3.1
URL
"https://github.com/CLIUtils/CLI11/archive/v2.3.1.tar.gz"
SHA1
fe180ef683319da035231d06622fb775bfaa6dac
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.3.2
URL
"https://github.com/CLIUtils/CLI11/archive/v2.3.2.tar.gz"
SHA1
1911101a006ae3bbeae045df4754922d91659efe
)

hunter_cmake_args(
CLI11
CMAKE_ARGS
Expand Down

0 comments on commit ee22b6b

Please sign in to comment.