summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-09-20 11:42:39 +0200
committerKai Köhne <kai.koehne@qt.io>2022-09-20 19:09:31 +0200
commitcd81fa3a47859f3a5026e150873cd9d0a96fc269 (patch)
tree3bd793d901331d3fc2286389a7248b9ca6ddaf78 /configure.cmake
parent184743cc796e901806fb351ffe606f31e56851fc (diff)
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>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.cmake b/configure.cmake
index 570a260715..5d3d1e139f 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()