Skip to content

Commit

Permalink
Update CLI11 to 2.1.2 (#542)
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 Mar 16, 2022
1 parent 22481fd commit bc1d93d
Show file tree
Hide file tree
Showing 2 changed files with 67 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 1.8.0)
hunter_default_version(CLI11 VERSION 2.1.2)
hunter_default_version(CURL VERSION 7.74.0-p2)
hunter_default_version(CapnProto VERSION 0.7.0)
hunter_default_version(Catch VERSION 2.11.0)
Expand Down
66 changes: 66 additions & 0 deletions cmake/projects/CLI11/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,72 @@ hunter_add_version(
c21bdd4ca965931c9c36dadd15f74209ec1b9bca
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
1.9.0
URL
"https://github.com/CLIUtils/CLI11/archive/v1.9.0.tar.gz"
SHA1
030a307f918831b8881f90e7a2bf08b402ebd665
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
1.9.1
URL
"https://github.com/CLIUtils/CLI11/archive/v1.9.1.tar.gz"
SHA1
8c32b19a5301726f1bf0b910a91a05d4291deadc
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.0.0
URL
"https://github.com/CLIUtils/CLI11/archive/v2.0.0.tar.gz"
SHA1
71e706b529acbf850b060eeb095662078122b46c
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.1.0
URL
"https://github.com/CLIUtils/CLI11/archive/v2.1.0.tar.gz"
SHA1
2068a86c03affbf0e319a02dc24b866b1151e667
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.1.1
URL
"https://github.com/CLIUtils/CLI11/archive/v2.1.1.tar.gz"
SHA1
0981ee54861771ec02ea8339b39da6d6eb16166a
)

hunter_add_version(
PACKAGE_NAME
CLI11
VERSION
2.1.2
URL
"https://github.com/CLIUtils/CLI11/archive/v2.1.2.tar.gz"
SHA1
b8e61447d46447f178afac527bad986e171d997c
)

hunter_cmake_args(
CLI11
CMAKE_ARGS
Expand Down

0 comments on commit bc1d93d

Please sign in to comment.