CMake: make long line shorter when configure

The full name should obviously indicates what the feature is, no need to specify LTO explicitly. And it also make the line a little longer than it should be. But we should keep LTCG (Link Time Code Generation) in case the user don't know LTCG also refers to this feature.

Change-Id: I95a2e5335d0b76c40c67f0484d77a4d50f5fd85f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Yuhang Zhao 2022-09-26 11:43:11 +08:00
parent 24f68a0deb
commit 16573d6896

View File

@ -730,7 +730,7 @@ else()
unset(__qt_uc_config)
endif()
qt_feature("ltcg"
LABEL "Using Link Time Optimization (LTO/LTCG)"
LABEL "Using Link Time Optimization (LTCG)"
AUTODETECT ON
CONDITION __qt_ltcg_detected
)