Merge pull request #670 from bradc6/bugfix/CmakeGenerator

pull/672/head
Rémi Verschelde 2021-12-13 10:54:01 +01:00 committed by GitHub
commit f32d95b6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()