forked from mindspore-Ecosystem/mindspore
no need to find python-dev while packing
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
parent
3c7b668d63
commit
73c3f20e23
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue