From a2f370f3267b10dbadd4c942dbc50b5aaf015cce Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 19 Apr 2026 19:58:30 +0100 Subject: [PATCH] cmake: change minimum cmake version to 3.31 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38b2776..f04e109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)