From 8b1f24b9fa834d4c529cc86773cdcbd2aac66e8e Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Fri, 22 Nov 2024 07:06:22 -0800 Subject: [PATCH] Upgrade Abseil to latest LTS branch (lts_2024_07_22). Also update or-tools to v9.11. PiperOrigin-RevId: 699161014 --- tflite/tools/cmake/modules/abseil-cpp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tflite/tools/cmake/modules/abseil-cpp.cmake b/tflite/tools/cmake/modules/abseil-cpp.cmake index 28fbb628..cadc230e 100644 --- a/tflite/tools/cmake/modules/abseil-cpp.cmake +++ b/tflite/tools/cmake/modules/abseil-cpp.cmake @@ -24,7 +24,7 @@ OverridableFetchContent_Declare( abseil-cpp GIT_REPOSITORY https://github.com/abseil/abseil-cpp # Sync with tensorflow/third_party/absl/workspace.bzl - GIT_TAG fb3621f4f897824c0dbe0615fa94543df6192f30 + GIT_TAG ebdba5af75fab91ebe9bc4daa0077f9c57c36692 GIT_SHALLOW TRUE GIT_PROGRESS TRUE PREFIX "${CMAKE_BINARY_DIR}"