Skip to content

Commit

Permalink
Merge pull request #50597 from kruglov-dmitry/v2.5.0-sync-abseil-cmak…
Browse files Browse the repository at this point in the history
…e-bazel

adjust abseil version to be compatible between cmake tensorflowlite and bazel
  • Loading branch information
mihaimaruseac committed Aug 6, 2021
2 parents 6f39597 + b9960ed commit 47beb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/tools/cmake/modules/abseil-cpp.cmake
Expand Up @@ -23,7 +23,7 @@ include(OverridableFetchContent)
OverridableFetchContent_Declare(
abseil-cpp
GIT_REPOSITORY https://github.com/abseil/abseil-cpp
GIT_TAG 20200225.2 # TODO: What version does GRPC and TFLite need?
GIT_TAG 20200923.2 # TODO: What version does GRPC
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
PREFIX "${CMAKE_BINARY_DIR}"
Expand Down

0 comments on commit 47beb4c

Please sign in to comment.