mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Merge pull request #670 from bradc6/bugfix/CmakeGenerator
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user