Skip to content

Commit 47beb4c

Browse files
Merge pull request #50597 from kruglov-dmitry/v2.5.0-sync-abseil-cmake-bazel
adjust abseil version to be compatible between cmake tensorflowlite and bazel
2 parents 6f39597 + b9960ed commit 47beb4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow/lite/tools/cmake/modules/abseil-cpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(OverridableFetchContent)
2323
OverridableFetchContent_Declare(
2424
abseil-cpp
2525
GIT_REPOSITORY https://github.com/abseil/abseil-cpp
26-
GIT_TAG 20200225.2 # TODO: What version does GRPC and TFLite need?
26+
GIT_TAG 20200923.2 # TODO: What version does GRPC
2727
GIT_SHALLOW TRUE
2828
GIT_PROGRESS TRUE
2929
PREFIX "${CMAKE_BINARY_DIR}"

0 commit comments

Comments
 (0)