Require at least python 3
parent
f58a2f25a2
commit
c608277bcf
|
@ -115,7 +115,7 @@ else()
|
|||
endif()
|
||||
|
||||
# Generate source from the bindings file
|
||||
find_package(PythonInterp REQUIRED)
|
||||
find_package(PythonInterp 3 REQUIRED)
|
||||
if(GENERATE_TEMPLATE_GET_NODE)
|
||||
set(GENERATE_BINDING_PARAMETERS "True")
|
||||
else()
|
||||
|
|
Loading…
Reference in New Issue