From 7f5429f2f45bdfb20ea67ebc9a75891bc5ee6549 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 6 Jan 2021 15:59:04 +0100 Subject: [PATCH] Add newline to the end of the config.summary Amends 94b6bec01f250065b28d5528ea9239bafd5253e5 Pick-to: 6.0 Change-Id: I0d4be9c7f9aff071468a66d7940d6cd2488136ca Reviewed-by: Cristian Adam --- cmake/QtBuildInformation.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake index a50c1acc77..70467fb71b 100644 --- a/cmake/QtBuildInformation.cmake +++ b/cmake/QtBuildInformation.cmake @@ -71,6 +71,7 @@ function(qt_configure_print_summary) if(__qt_configure_an_error_occurred) message(FATAL_ERROR "Check the configuration messages for an error that has occurred.") endif() + file(APPEND "${summary_file}" "\n") endfunction() # Takes a list of arguments, and saves them to be evaluated at the end of the configuration