Print final banner to notify user cmake succeeded

This commit is contained in:
Shahram Najm 2015-10-02 10:03:28 +01:00
parent a1f4f7ae3d
commit 02bcb76d8d
1 changed files with 10 additions and 0 deletions

View File

@ -319,3 +319,13 @@ endif()
ecbuild_install_project( NAME ${CMAKE_PROJECT_NAME} )
ecbuild_print_summary()
message("")
message("")
message(" +---------------------------+")
message(" | Configuration completed |")
message(" +---------------------------+")
message("")
message(" You can now do 'make' to compile the package, 'make check' to test it and 'make install' to install it afterwards.")
message("")
message("")