forked from mindspore-Ecosystem/mindspore
!6037 No need to find python-dev while packing
Merge pull request !6037 from zhoufeng/python-check
This commit is contained in:
commit
4e462b9ea8
|
@ -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