configure: Add newline between configure summary and build instructions
Otherwise we get:
Styles ................................. Basic Fusion Imagine iOS
Material Universal macOS Windows
-- Qt is now configured for building. Just run 'cmake --build .
--parallel'
Pick-to: 6.2 6.3
Change-Id: Ie8d009455e4f45c9eb0557c4a08e9d0a94030c3a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
parent
bb3c80e051
commit
857264715a
|
|
@ -38,7 +38,7 @@ function(qt_print_build_instructions)
|
|||
set(local_install_prefix "${CMAKE_STAGING_PREFIX}")
|
||||
endif()
|
||||
|
||||
set(msg "")
|
||||
set(msg "\n")
|
||||
|
||||
list(APPEND msg "Qt is now configured for building. Just run '${build_command}'\n")
|
||||
if(QT_WILL_INSTALL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue