Skip to content

Commit f32d95b

Browse files
authored
Merge pull request #670 from bradc6/bugfix/CmakeGenerator
2 parents f58a2f2 + c608277 commit f32d95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ else()
115115
endif()
116116

117117
# Generate source from the bindings file
118-
find_package(PythonInterp REQUIRED)
118+
find_package(PythonInterp 3 REQUIRED)
119119
if(GENERATE_TEMPLATE_GET_NODE)
120120
set(GENERATE_BINDING_PARAMETERS "True")
121121
else()

0 commit comments

Comments
 (0)