cmake: change minimum cmake version to 3.31

This commit is contained in:
2026-04-19 19:58:30 +01:00
parent 3584f6831b
commit a2f370f326
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 4.0)
cmake_minimum_required(VERSION 3.31)
project(mango C ASM)
if (NOT BUILD_TOOLS_DIR)