From b8f6354720000f82dd75bcf119888ba04e2cfdee Mon Sep 17 00:00:00 2001 From: dingpeifei Date: Thu, 1 Jul 2021 17:26:39 +0800 Subject: [PATCH] run_0630_pro --- cmake/external_libs/protobuf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external_libs/protobuf.cmake b/cmake/external_libs/protobuf.cmake index 7067a1ed18..9061fbc7ac 100644 --- a/cmake/external_libs/protobuf.cmake +++ b/cmake/external_libs/protobuf.cmake @@ -26,7 +26,7 @@ string(REPLACE " -Werror" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") if(ENABLE_GITEE) set(REQ_URL "https://gitee.com/mirrors/protobuf_source/repository/archive/v3.13.0.tar.gz") - set(MD5 "f4489cb88922ad9c58cb3308d59cee5") + set(MD5 "f4489cb88922ad9c58cbe3308d59cee5") else() set(REQ_URL "https://github.com/protocolbuffers/protobuf/archive/v3.13.0.tar.gz") set(MD5 "1a6274bc4a65b55a6fa70e264d796490")