From cd81fa3a47859f3a5026e150873cd9d0a96fc269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 20 Sep 2022 11:42:39 +0200 Subject: [PATCH] Shorten too long configure output line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep the line short. While at it, also mention Intel, because that's where the technology is available at (and searching for Intel CET will lead you to the right places). Change-Id: Iefe0d735a814880d49fbe82cfd3a790af656377e Reviewed-by: Jörg Bornemann --- configure.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.cmake b/configure.cmake index 570a2607153..5d3d1e139f2 100644 --- a/configure.cmake +++ b/configure.cmake @@ -366,7 +366,7 @@ int main(void) # intelcet qt_config_compile_test(intelcet - LABEL "Support for Intel Control-flow Enforcement Technology" + LABEL "Support for Intel Control-flow Enforcement Technology (CET)" CODE "int main(void) { @@ -987,7 +987,7 @@ qt_feature("relocatable" PRIVATE CONDITION QT_FEATURE_dlopen OR WIN32 OR NOT QT_FEATURE_shared ) qt_feature("intelcet" PRIVATE - LABEL "Using Control-flow Enforcement Technology (CET)" + LABEL "Using Intel CET" CONDITION ( INPUT_intelcet STREQUAL yes ) OR TEST_intelcet ) qt_configure_add_summary_build_type_and_config()