This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update protobuf to 3.13.0
pull/326/head
李磊
4 years ago
parent
db5ce472de
commit
321054ffb1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmake/external_libs/protobuf_static.cmake
+ 1
- 1
cmake/external_libs/protobuf_static.cmake
View File
@@ -15,7 +15,7 @@ else()
set(REQ_URL "https://gitee.com/mirrors/protobuf_source/repository/archive/v3.13.0.tar.gz")
set(MD5 "f4489cb88922ad9c58cbe3308d59cee5")
else()
set(REQ_URL "https://github.com/protocolbuffers/protobuf/archive/v3.
8
.0.tar.gz")
set(REQ_URL "https://github.com/protocolbuffers/protobuf/archive/v3.
13
.0.tar.gz")
set(MD5 "1a6274bc4a65b55a6fa70e264d796490")
endif ()
endif()
Write
Preview
Loading…
Cancel
Save