From bc75aeefbdd39175b61779bfbcd539597bebd667 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 21 Oct 2025 11:48:57 +0200 Subject: cmake.eclass: _cmake_minreqver-info(): Add missing semicolon Thanks-to: Arisu Tachibana Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/cmake.eclass') diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index f214ec36c2d..a4b0e5b4e08 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -339,7 +339,7 @@ _cmake_minreqver-info() { [[ -n ${_CMAKE_MINREQVER_CMAKE305[@]} ]] && warnlvl=305 [[ -n ${_CMAKE_MINREQVER_CMAKE310[@]} ]] || [[ ${warnlvl} ]] && warnlvl=310 [[ ${CMAKE_ECM_MODE} == true ]] && - { [[ -n ${_CMAKE_MINREQVER_CMAKE316[@]} ]] || [[ ${warnlvl} ]] } && warnlvl=316 + { [[ -n ${_CMAKE_MINREQVER_CMAKE316[@]} ]] || [[ ${warnlvl} ]]; } && warnlvl=316 local weak_qaw="QA Notice: " minreqver_qanotice() { -- cgit v1.2.3