Skip to content

Commit b2ed2d9

Browse files
committed
Change cmake required to v3.13
This is because target_link_options was added in v3.13 So this wouldn't build with cmake v3.12 https://cmake.org/cmake/help/latest/release/3.13.html#commands
1 parent a62f633 commit b2ed2d9

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
@@ -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)

0 commit comments

Comments
 (0)