Skip to content

Commit ee22b6b

Browse files
authored
cli11: update cli11 to 2.3.2 (#669)
Co-authored-by: res0nance <res0nance@users.noreply.github.com>
1 parent 971ffce commit ee22b6b

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hunter_default_version(BoostProcess VERSION 0.5)
4545
hunter_default_version(BoringSSL VERSION 0.0.0-0f5ecd3a8-p0)
4646
hunter_default_version(Box2D VERSION 2.3.1-p0)
4747
hunter_default_version(CLAPACK VERSION 3.2.1)
48-
hunter_default_version(CLI11 VERSION 2.2.0)
48+
hunter_default_version(CLI11 VERSION 2.3.2)
4949
hunter_default_version(CURL VERSION 7.74.0-p2)
5050
hunter_default_version(CapnProto VERSION 0.7.0)
5151
hunter_default_version(Catch VERSION 2.13.9)

cmake/projects/CLI11/hunter.cmake

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,39 @@ hunter_add_version(
176176
8ff2b5ef3436d73ce7f9db0bd94a912e305f0967
177177
)
178178

179+
hunter_add_version(
180+
PACKAGE_NAME
181+
CLI11
182+
VERSION
183+
2.3.0
184+
URL
185+
"https://github.com/CLIUtils/CLI11/archive/v2.3.0.tar.gz"
186+
SHA1
187+
0e40dec5a8d3a9e212d9349e39409a003fee3ab4
188+
)
189+
190+
hunter_add_version(
191+
PACKAGE_NAME
192+
CLI11
193+
VERSION
194+
2.3.1
195+
URL
196+
"https://github.com/CLIUtils/CLI11/archive/v2.3.1.tar.gz"
197+
SHA1
198+
fe180ef683319da035231d06622fb775bfaa6dac
199+
)
200+
201+
hunter_add_version(
202+
PACKAGE_NAME
203+
CLI11
204+
VERSION
205+
2.3.2
206+
URL
207+
"https://github.com/CLIUtils/CLI11/archive/v2.3.2.tar.gz"
208+
SHA1
209+
1911101a006ae3bbeae045df4754922d91659efe
210+
)
211+
179212
hunter_cmake_args(
180213
CLI11
181214
CMAKE_ARGS

0 commit comments

Comments
 (0)