CMake: Fix typo in configuration summary message

Amends 384dfceb53

Pick-to: 6.2 6.3
Change-Id: Ica36551b64899848ab40e507ddf002af55b7db8c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
bb10
Alexandru Croitor 2022-03-24 14:57:10 +01:00
parent 8413c06e2e
commit b34ed061e3
1 changed files with 1 additions and 1 deletions

View File

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