bump abseil

This commit is contained in:
Laurent Perron
2024-02-15 14:29:10 +01:00
parent 57248fe190
commit 80ec32c55f
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Protobuf=v25.2
abseil-cpp=20240116.0
abseil-cpp=20240116.1
Cbc=2.10.7
Cgl=0.60.5
Clp=1.17.7

View File

@@ -88,8 +88,8 @@ git_repository(
## Abseil-cpp
git_repository(
name = "com_google_absl",
tag = "20240116.0",
patches = ["//patches:abseil-cpp-20240116.0.patch"],
tag = "20240116.1",
patches = ["//patches:abseil-cpp-20240116.1.patch"],
patch_args = ["-p1"],
remote = "https://github.com/abseil/abseil-cpp.git",
)

View File

@@ -83,8 +83,8 @@ if(BUILD_absl)
FetchContent_Declare(
abseil-cpp
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
GIT_TAG "20240116.0"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20240116.0.patch"
GIT_TAG "20240116.1"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20240116.1.patch"
)
FetchContent_MakeAvailable(abseil-cpp)
list(POP_BACK CMAKE_MESSAGE_INDENT)