Skip to content

Commit 7d4a24c

Browse files
authored
Merge pull request #1417 from ytnuf/cmake-fix
Change cmake required to v3.13
2 parents 3715bfe + 5c12bd2 commit 7d4a24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Todo
3838
# Test build for Windows, Mac and mingw.
3939

40-
cmake_minimum_required(VERSION 3.12)
40+
cmake_minimum_required(VERSION 3.13)
4141
project(godot-cpp LANGUAGES CXX)
4242

4343
option(GENERATE_TEMPLATE_GET_NODE "Generate a template version of the Node class's get_node." ON)

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
cmake_minimum_required(VERSION 3.13)
12
project(godot-cpp-test)
2-
cmake_minimum_required(VERSION 3.6)
33

44
set(GODOT_GDEXTENSION_DIR ../gdextension/ CACHE STRING "Path to GDExtension interface header directory")
55
set(CPP_BINDINGS_PATH ../ CACHE STRING "Path to C++ bindings")

0 commit comments

Comments
 (0)