commit:     6115e4d819a27949f3d2faff742d9ad1990d15dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 14:46:43 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 14:51:19 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6115e4d8

ecm-common.eclass: Raise CMake minimum to 3.31

Aligns with cmake.eclass minimum.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/ecm-common.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ecm-common.eclass b/eclass/ecm-common.eclass
index 37243817a7..3e96ebc9f5 100644
--- a/eclass/ecm-common.eclass
+++ b/eclass/ecm-common.eclass
@@ -181,7 +181,7 @@ fi
 # Create a CMakeLists.txt file with minimum ECM setup.
 _ecm-common_preamble() {
        cat > CMakeLists.txt <<- _EOF_ || die
-               cmake_minimum_required(VERSION 3.16)
+               cmake_minimum_required(VERSION 3.31)
                project(${PN} VERSION ${PV})
 
                find_package(ECM "${KFMIN}" REQUIRED NO_MODULE)

Reply via email to