Find Interpreter Component for Python3
Co-Authored-By: Markus Pilman <markus@pilman.ch>
This commit is contained in:
parent
b5f63f3c88
commit
2707c91073
|
@ -59,7 +59,7 @@ endif()
|
|||
# Pip
|
||||
################################################################################
|
||||
|
||||
find_package(Python3)
|
||||
find_package(Python3 COMPONENTS Interpreter)
|
||||
if (Python3_Interpreter_FOUND)
|
||||
set(WITH_DOCUMENTATION ON)
|
||||
else()
|
||||
|
|
Loading…
Reference in New Issue