Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'abseil' to 20240116.2 #752

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,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 20230802.1)
hunter_default_version(abseil VERSION 20240116.2)
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 @@ -75,6 +75,17 @@ hunter_add_version(
45c33cf7a07016f87fc3863880027bef383e5509
)

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

hunter_cmake_args(
abseil
CMAKE_ARGS
Expand Down
Loading