This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update protobuf to 3.13.0
tags/v1.5.1
李磊
3 years ago
parent
59ec59f2a4
commit
af91789d45
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmake/external_libs/protobuf_static.cmake
+1
-1
parser
+ 1
- 1
cmake/external_libs/protobuf_static.cmake
View File
@@ -13,7 +13,7 @@ if ((${CMAKE_INSTALL_PREFIX} STREQUAL /usr/local) OR
endif()
endif()
if(GE_PB_PKG)
if(GE_PB_PKG)
set(REQ_URL "${GE_PB_PKG}/libs/protobuf/v3.
8
.0.tar.gz")
set(REQ_URL "${GE_PB_PKG}/libs/protobuf/v3.
13
.0.tar.gz")
else()
else()
if (ENABLE_GITEE)
if (ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/protobuf_source/repository/archive/v3.13.0.tar.gz")
set(REQ_URL "https://gitee.com/mirrors/protobuf_source/repository/archive/v3.13.0.tar.gz")
+ 1
- 1
parser
@@ -1 +1 @@
Subproject commit
db5ce472de0086c3e2abdaab3b0685c1d2656c96
Subproject commit
79536a196f89cf7a1f5852ff7304b9a7d7b12eff
Write
Preview
Loading…
Cancel
Save