Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using the same minimum as the godot-cpp project
cmake_minimum_required(VERSION 3.17)
# Requires 3.25 because of execute_process, SYSTEM keyword, REQUIRED keyword
cmake_minimum_required(VERSION 3.25)

# Silence unused variable warning when specified from toolchain
if(CMAKE_C_COMPILER)
Expand Down
Loading