From b34ed061e3ae12355dde91af7a76094ed85c79f3 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 24 Mar 2022 14:57:10 +0100 Subject: [PATCH] CMake: Fix typo in configuration summary message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends 384dfceb532cada5f4be96430c8c7c866f40c933 Pick-to: 6.2 6.3 Change-Id: Ica36551b64899848ab40e507ddf002af55b7db8c Reviewed-by: Jörg Bornemann --- cmake/QtBuildInformation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()