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 ""