We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b1672 commit 1c77f4fCopy full SHA for 1c77f4f
godot_cppscript.cmake
@@ -1,6 +1,8 @@
1
-cmake_minimum_required(VERSION 3.6)
+# THIS FILE IS AUTO-GENERATED
2
+# See `https://github.com/IvanInventor/godot-cppscript/tree/next` for proper source
3
+cmake_minimum_required(VERSION 3.12.4)
4
-find_package(Python3 3.4 REQUIRED)
5
+find_package(Python3 3.10 REQUIRED)
6
7
if(CMAKE_SCRIPT_MODE_FILE)
8
# Ran as configure script
template_scons.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
import sys
0 commit comments