mirror of https://github.com/ecmwf/eccodes.git
Print final banner to notify user cmake succeeded
This commit is contained in:
parent
a1f4f7ae3d
commit
02bcb76d8d
|
@ -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("")
|
||||
|
|
Loading…
Reference in New Issue