Skip to content

Commit

Permalink
Update abseil to LTS 20220623.1 (cpp-pm#656)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Ross <[email protected]>
  • Loading branch information
butteredmonkey and Chris Ross authored Feb 1, 2023
1 parent 12cae64 commit 4a40d58
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -174,7 +174,7 @@ hunter_default_version(ZMQPP VERSION 4.2.0-p0)
hunter_default_version(ZeroMQ VERSION 4.2.3-p1)
hunter_default_version(Zug VERSION 0.0.1-be20cae)

hunter_default_version(abseil VERSION 20211102.0)
hunter_default_version(abseil VERSION 20220623.1)
hunter_default_version(acf VERSION 0.1.14)
hunter_default_version(actionlib VERSION 1.11.13-p0)
hunter_default_version(aes VERSION 0.0.1-p1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/abseil/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ hunter_add_version(
8ec1d0e9f51ecbc9bf67b3f07007d2b04b0ca198
)

hunter_add_version(
PACKAGE_NAME
abseil
VERSION
20220623.1
URL
"https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz"
SHA1
a66c861dc95da15fb155f8852ede8a4492b7f929
)

hunter_cmake_args(
abseil
CMAKE_ARGS
Expand Down

0 comments on commit 4a40d58

Please sign in to comment.