Shorten too long configure output line

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 <joerg.bornemann@qt.io>
This commit is contained in:
Kai Köhne 2022-09-20 11:42:39 +02:00
parent 184743cc79
commit cd81fa3a47

View File

@ -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()