From 0d6966b41bc9699792e4ffad0c23b0774fa9d8ee Mon Sep 17 00:00:00 2001 From: zhiru Date: Mon, 14 Oct 2019 17:19:10 +0800 Subject: [PATCH] update grpc download url to https://github.com/youny626/grpc-milvus/archive/master.zip Former-commit-id: 06dfa0e0876376498d48d09d5b7c4d2ee634fbbc --- core/cmake/ThirdPartyPackages.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cmake/ThirdPartyPackages.cmake b/core/cmake/ThirdPartyPackages.cmake index 5347aa0aca..f5e62152a1 100644 --- a/core/cmake/ThirdPartyPackages.cmake +++ b/core/cmake/ThirdPartyPackages.cmake @@ -370,7 +370,7 @@ if(DEFINED ENV{MILVUS_GRPC_URL}) set(GRPC_SOURCE_URL "$ENV{MILVUS_GRPC_URL}") else() set(GRPC_SOURCE_URL - "http://git.zilliz.tech/kun.yu/grpc/-/archive/master/grpc-master.tar.gz") + "https://github.com/youny626/grpc-milvus/archive/master.zip") endif() set(GRPC_MD5 "7ec59ad54c85a12dcbbfede09bf413a9")