Merge pull request #9931 from typhoonzero/fix_grpc_version

grpc version to 1.10.x
wangkuiyi-patch-2
Wu Yi 7 years ago committed by GitHub
commit ea41c61366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ ExternalProject_Add(
extern_grpc
DEPENDS protobuf zlib
GIT_REPOSITORY "https://github.com/grpc/grpc.git"
GIT_TAG "v1.11.x"
GIT_TAG "v1.10.x"
PREFIX ${GRPC_SOURCES_DIR}
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""

Loading…
Cancel
Save