mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +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)
|
||||
if(Python_Interpreter_FOUND)
|
||||
if(Python3_Interpreter_FOUND)
|
||||
set(WITH_PYTHON ON)
|
||||
else()
|
||||
message(WARNING "Could not found a suitable python interpreter")
|
||||
|
Loading…
x
Reference in New Issue
Block a user