Skip to content

Commit 1c77f4f

Browse files
author
Vano
committed
help message, versions updated
1 parent a8b1672 commit 1c77f4f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

godot_cppscript.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
cmake_minimum_required(VERSION 3.6)
1+
# 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)
24

3-
find_package(Python3 3.4 REQUIRED)
5+
find_package(Python3 3.10 REQUIRED)
46

57
if(CMAKE_SCRIPT_MODE_FILE)
68
# Ran as configure script

template_scons.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# THIS FILE IS AUTO-GENERATED
3+
# See `https://github.com/IvanInventor/godot-cppscript/tree/next` for proper source
24

35
import sys
46

0 commit comments

Comments
 (0)