summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2022-06-23 11:39:58 +0800
committerYuhang Zhao <2546789017@qq.com>2022-07-06 00:31:47 +0800
commit6af63c82562935a02c9dad709c8f15b57d62d3ae (patch)
tree3fa9de6d399980bae580d0e01d22c27259202654 /configure.cmake
parent03849286f030f20483af954230102e31317f18e2 (diff)
CMake: Update description of the Intel CET feature
Use a more detailed description instead. Also adds the missing part of the GCC parameter. Amends commit qtbase/42287255d38bf493b5731396b99bc9cd7b1baba4 References: https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Instrumentation-Options.html#Instrumentation-Options Change-Id: I94a22ac7dfa80644e92fe01021f7868dfa02dd69 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index f8cb1dccad..628437460a 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -983,7 +983,7 @@ qt_feature("relocatable" PRIVATE
CONDITION QT_FEATURE_dlopen OR WIN32 OR NOT QT_FEATURE_shared
)
qt_feature("intelcet" PRIVATE
- LABEL "Using Intel CET"
+ LABEL "Using Intel Control-flow Enforcement Technology (CET)"
CONDITION ( INPUT_intelcet STREQUAL yes ) OR TEST_intelcet
)
qt_configure_add_summary_build_type_and_config()