summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-03-24 14:57:10 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-25 23:36:01 +0000
commitb89eefa261fc7fed7eabac6a0cbbdee344af3ad5 (patch)
tree826749ed99e437f9d4918ecc4f277b48d0628213 /cmake
parentaaabc2138cb6bb29816acadad5ff8d35a6430d68 (diff)
CMake: Fix typo in configuration summary message
Amends 384dfceb532cada5f4be96430c8c7c866f40c933 Change-Id: Ica36551b64899848ab40e507ddf002af55b7db8c Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit b34ed061e3ae12355dde91af7a76094ed85c79f3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInformation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake
index 25666acf85..215bed804f 100644
--- a/cmake/QtBuildInformation.cmake
+++ b/cmake/QtBuildInformation.cmake
@@ -75,7 +75,7 @@ function(qt_configure_print_summary)
if(NOT QT_INTERNAL_SUMMARY_INSTRUCTIONS_SHOWN)
message("")
message(
- "-- Cconfiguration summary has been written to ${CMAKE_BINARY_DIR}/config.summary")
+ "-- Configuration summary has been written to ${CMAKE_BINARY_DIR}/config.summary")
message(
"-- Configure with --log-level=STATUS or higher to increase the output verbosity.")
endif()