diff --git a/CMakeLists.txt b/CMakeLists.txt index 323a016a..70aee4f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)