Skip to content

Commit

Permalink
adjust abseil version to be compatible between cmake tensorflowlite a…
Browse files Browse the repository at this point in the history
…nd bazel
  • Loading branch information
kruglov-dmitry committed Jul 4, 2021
1 parent a4dfb8d commit b9960ed
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 b9960ed

Please sign in to comment.