mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-19 04:26:17 +08:00
Python_Interpreter_FOUND -> Python3_Interpreter_FOUND
This commit is contained in:
parent
efc3045834
commit
52e9990d32
@ -57,7 +57,7 @@ endif()
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
find_package(Python3 COMPONENTS Interpreter)
|
find_package(Python3 COMPONENTS Interpreter)
|
||||||
if(Python_Interpreter_FOUND)
|
if(Python3_Interpreter_FOUND)
|
||||||
set(WITH_PYTHON ON)
|
set(WITH_PYTHON ON)
|
||||||
else()
|
else()
|
||||||
message(WARNING "Could not found a suitable python interpreter")
|
message(WARNING "Could not found a suitable python interpreter")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user