summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-01-06 15:59:04 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-01-08 10:56:54 +0000
commit26c911a4b4bfbc24d8a457de314b95138627f4ad (patch)
tree74c20abf8fe7e5f6738b97b4bce705285cefe765 /cmake
parent600dca77f5f9db503f0638ba794a63d17ea73f35 (diff)
Add newline to the end of the config.summary
Amends 94b6bec01f250065b28d5528ea9239bafd5253e5 Change-Id: I0d4be9c7f9aff071468a66d7940d6cd2488136ca Reviewed-by: Cristian Adam <cristian.adam@qt.io> (cherry picked from commit 7f5429f2f45bdfb20ea67ebc9a75891bc5ee6549) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInformation.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake
index 4aac6c4585..70d050294e 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