From c585d3e8e81e7ec338ae004e90bfe4d39b874881 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 16 Oct 2025 21:42:40 +0200 Subject: cmake.eclass: Add bug tracker info to CMake minreqver warnings Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eclass/cmake.eclass') diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 5ce56bc461b..eba47d2405d 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -353,10 +353,12 @@ _cmake_minreqver-info() { 310) eqawarn "${weak_qaw}Compatibility with CMake < 3.10 will be removed in a future release." eqawarn "If not fixed in upstream's code repository, we should make sure they are aware." + eqawarn "See also tracker bug #964405; check existing or file a new bug for this package." ;; 316) eqawarn "${weak_qaw}Compatibility w/ CMake < 3.16 will be removed in future ECM release." eqawarn "If not fixed in upstream's code repository, we should make sure they are aware." + eqawarn "See also tracker bug #964407; check existing or file a new bug for this package." ;; esac eqawarn -- cgit v1.2.3