This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
no need to find python-dev while packing
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.0.0
zhoufeng
5 years ago
parent
3c7b668d63
commit
73c3f20e23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmake/package_script.cmake
+ 1
- 1
cmake/package_script.cmake
View File
@@ -1,5 +1,5 @@
# find exec
find_package(Python3 3.7 COMPONENTS Interpreter
Development
)
find_package(Python3 3.7 COMPONENTS Interpreter)
if (NOT Python3_FOUND)
message(FATAL_ERROR "No python3 found.")
endif ()
Write
Preview
Loading…
Cancel
Save