CMake: Fix typo in configuration summary message

Amends 384dfceb532cada5f4be96430c8c7c866f40c933

Pick-to: 6.2 6.3
Change-Id: Ica36551b64899848ab40e507ddf002af55b7db8c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Alexandru Croitor 2022-03-24 14:57:10 +01:00
parent 8413c06e2e
commit b34ed061e3

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