From a947445a21f82e82c3f373e6d710d5c27fb52148 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Fri, 6 Jul 2018 15:24:12 +0800 Subject: [PATCH] Replace new grpc package --- cmake/external/grpc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/grpc.cmake b/cmake/external/grpc.cmake index b1bde1b4f2e..6a913662238 100644 --- a/cmake/external/grpc.cmake +++ b/cmake/external/grpc.cmake @@ -45,7 +45,7 @@ ExternalProject_Add( # checkout and clean other dirs under third_party # 4. remove .git, and package the directory. URL "http://paddlepaddledeps.bj.bcebos.com/grpc-v1.10.x-paddle.tar.gz" - URL_MD5 "6c472b60703aad03ce697c502a70c01f" + URL_MD5 "eb06e8a63e679c5ec14ac9debade7ba1" PREFIX ${GRPC_SOURCES_DIR} UPDATE_COMMAND "" CONFIGURE_COMMAND "" -- GitLab