diff --git a/3rd-party/CMakeLists.txt b/3rd-party/CMakeLists.txt index 188ebfc607..6bca077ef8 100644 --- a/3rd-party/CMakeLists.txt +++ b/3rd-party/CMakeLists.txt @@ -3,7 +3,7 @@ set(FETCHCONTENT_QUIET FALSE) FetchContent_Declare(gRPC GIT_REPOSITORY https://github.com/CanonicalLtd/grpc.git - GIT_TAG ba8e7f72 + GIT_TAG e3acf245 GIT_SHALLOW TRUE GIT_SUBMODULES "third_party/abseil-cpp third_party/cares/cares third_party/protobuf third_party/re2 third_party/zlib" GIT_SUBMODULES_RECURSE false