From d6279bd474b9c408502d5bc0fbdc93da43b06f43 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Wed, 19 Aug 2020 01:18:09 +0200 Subject: [PATCH] build: bump gRPC to 1.31.1 Signed-off-by: Lorenzo Fontana --- cmake/modules/gRPC.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/gRPC.cmake b/cmake/modules/gRPC.cmake index 251ec9d7..9cfb937c 100644 --- a/cmake/modules/gRPC.cmake +++ b/cmake/modules/gRPC.cmake @@ -110,8 +110,8 @@ else() grpc DEPENDS openssl GIT_REPOSITORY https://github.com/grpc/grpc.git - GIT_TAG v1.27.0 - GIT_SUBMODULES "third_party/protobuf third_party/zlib third_party/cares/cares third_party/abseil-cpp" + GIT_TAG v1.31.1 + GIT_SUBMODULES "third_party/protobuf third_party/zlib third_party/cares/cares third_party/abseil-cpp third_party/re2" BUILD_IN_SOURCE 1 BUILD_BYPRODUCTS ${GRPC_LIB} ${GRPCPP_LIB} INSTALL_COMMAND ""