Skip to content

Commit

Permalink
Add newline to the end of the config.summary
Browse files Browse the repository at this point in the history
Amends 94b6bec

Pick-to: 6.0
Change-Id: I0d4be9c7f9aff071468a66d7940d6cd2488136ca
Reviewed-by: Cristian Adam <[email protected]>
  • Loading branch information
semlanik committed Jan 8, 2021
1 parent 618dd6b commit 7f5429f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/QtBuildInformation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f5429f

Please sign in to comment.