From 02dc53a089d26d3c454f381f874b3388ce8d20bd Mon Sep 17 00:00:00 2001 From: Ivan Shakhov Date: Mon, 25 May 2026 08:40:24 +0200 Subject: [PATCH] bump CMake requirement to 3.25 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)