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
change python3.7 to python3
pull/128/head
taoxudonghaha
4 years ago
parent
c9ad2d2c43
commit
6cbfe70c00
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+1
-1
metadef
+ 1
- 1
CMakeLists.txt
View File
@@ -10,7 +10,7 @@ endif()
option(ENABLE_OPEN_SRC "Enable graphengine compile in opensource." FALSE)
if (ENABLE_OPEN_SRC)
set(HI_PYTHON python3
.7
)
set(HI_PYTHON python3)
include(cmake/external_libs/protobuf_shared.cmake)
include(cmake/external_libs/protoc.cmake)
+ 1
- 1
metadef
@@ -1 +1 @@
Subproject commit
220067ec17e13e5cc913e9e2c5895fcabaa5bd59
Subproject commit
4b13d69c481624560af8854e5d9500cd5cadde8f
Write
Preview
Loading…
Cancel
Save