Python_Interpreter_FOUND -> Python3_Interpreter_FOUND

This commit is contained in:
Andrew Noyes 2022-07-29 10:15:22 -07:00
parent efc3045834
commit 52e9990d32

View File

@ -57,7 +57,7 @@ endif()
################################################################################
find_package(Python3 COMPONENTS Interpreter)
if(Python_Interpreter_FOUND)
if(Python3_Interpreter_FOUND)
set(WITH_PYTHON ON)
else()
message(WARNING "Could not found a suitable python interpreter")