This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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
pull/1624/head
李磊
4 years ago
parent
59ec59f2a4
commit
e5620cc72b
1 changed files
with
1 additions
and
1 deletions
Unified 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
@@ -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")
Write
Preview
Loading…
Cancel
Save