From f290ebcd84398fd6640df530b6b253d1e6f4e64b Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 20 Apr 2026 22:19:56 +0100 Subject: [PATCH] cmake: change minimum version number to 3.31 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2594d5c..44dbe87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.31) project(Rosetta C CXX ASM) include(CheckPIESupported)