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
parent
8413c06e2e
commit
b34ed061e3
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue