Require at least python 3

pull/670/head
Bradley Clemetson 2021-12-11 15:32:49 -08:00
parent f58a2f25a2
commit c608277bcf
No known key found for this signature in database
GPG Key ID: 374B0EAFF7F488D0
1 changed files with 1 additions and 1 deletions

View File

@ -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()