Browse Source

Merge pull request #670 from bradc6/bugfix/CmakeGenerator

Rémi Verschelde 3 years ago
parent
commit
f32d95b6d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -115,7 +115,7 @@ else()
 endif()
 endif()
 
 
 # Generate source from the bindings file
 # Generate source from the bindings file
-find_package(PythonInterp REQUIRED)
+find_package(PythonInterp 3 REQUIRED)
 if(GENERATE_TEMPLATE_GET_NODE)
 if(GENERATE_TEMPLATE_GET_NODE)
 	set(GENERATE_BINDING_PARAMETERS "True")
 	set(GENERATE_BINDING_PARAMETERS "True")
 else()
 else()