dependencies: Bump abseil-cpp from 20230802 to 20230802.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Protobuf=v24.4
|
||||
abseil-cpp=20230802.0
|
||||
abseil-cpp=20230802.1
|
||||
Cbc=2.10.7
|
||||
Cgl=0.60.5
|
||||
Clp=1.17.7
|
||||
|
||||
@@ -91,8 +91,8 @@ git_repository(
|
||||
## Abseil-cpp
|
||||
git_repository(
|
||||
name = "com_google_absl",
|
||||
tag = "20230802.0",
|
||||
patches = ["//patches:abseil-cpp-20230802.0.patch"],
|
||||
tag = "20230802.1",
|
||||
patches = ["//patches:abseil-cpp-20230802.1.patch"],
|
||||
patch_args = ["-p1"],
|
||||
remote = "https://github.com/abseil/abseil-cpp.git",
|
||||
)
|
||||
|
||||
@@ -82,8 +82,8 @@ if(BUILD_absl)
|
||||
FetchContent_Declare(
|
||||
absl
|
||||
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
|
||||
GIT_TAG "20230802.0"
|
||||
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20230802.0.patch"
|
||||
GIT_TAG "20230802.1"
|
||||
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20230802.1.patch"
|
||||
)
|
||||
FetchContent_MakeAvailable(absl)
|
||||
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
||||
|
||||
@@ -105,8 +105,8 @@ set(ABSL_PROPAGATE_CXX_STD ON)
|
||||
FetchContent_Declare(
|
||||
absl
|
||||
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
|
||||
GIT_TAG "20230802.0"
|
||||
PATCH_COMMAND git apply "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20230802.0.patch")
|
||||
GIT_TAG "20230802.1"
|
||||
PATCH_COMMAND git apply "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20230802.1.patch")
|
||||
FetchContent_MakeAvailable(absl)
|
||||
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
||||
message(CHECK_PASS "fetched")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
exports_files([
|
||||
"abseil-cpp-20230802.0.patch",
|
||||
"abseil-cpp-20230802.1.patch",
|
||||
"protobuf-v24.4.patch",
|
||||
"pybind11.patch",
|
||||
"pybind11_bazel.patch",
|
||||
|
||||
Reference in New Issue
Block a user