From 283705b167f2fb8cfce20275dd8e92a38ba4cf82 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 21 May 2025 00:00:49 +0200 Subject: cmake.eclass: CMake 4 QA notice: Use more words Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/cmake.eclass') diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index d4f8cbc284c..742496c446a 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -566,9 +566,10 @@ cmake_src_configure() { eqawarn "QA Notice: Compatibility with CMake < 3.5 has been removed from CMake 4," eqawarn "${CATEGORY}/${PN} will fail to build w/o a fix." eqawarn "See also tracker bug #951350; check existing bug or file a new one for" - eqawarn "this package." + eqawarn "this package, and take it upstream." if has_version -b ">=dev-build/cmake-4"; then eqawarn "QA Notice: CMake 4 detected; building with -DCMAKE_POLICY_VERSION_MINIMUM=3.5" + eqawarn "This is merely a workaround and *not* a permanent fix." cmakeargs+=( -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ) fi fi -- cgit v1.2.3