Browse Source

run_0630_pro

tags/v1.3.0
dingpeifei 4 years ago
parent
commit
b8f6354720
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/external_libs/protobuf.cmake

+ 1
- 1
cmake/external_libs/protobuf.cmake View File

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


Loading…
Cancel
Save