diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake index 25666acf851..215bed804f4 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()