mirror of https://github.com/ecmwf/eccodes.git
Write cmake info messages to stdout
This commit is contained in:
parent
007db04e67
commit
52e5fcc9c8
|
@ -336,12 +336,12 @@ ecbuild_install_project( NAME ${CMAKE_PROJECT_NAME} )
|
|||
|
||||
ecbuild_print_summary()
|
||||
|
||||
message("")
|
||||
message(" +---------------------------+")
|
||||
message(" | ecCodes version ${ECCODES_VERSION} |")
|
||||
message(" | Configuration completed |")
|
||||
message(" +---------------------------+")
|
||||
message("")
|
||||
message(" You can now do 'make' to compile the package, 'ctest' to test it and 'make install' to install it afterwards.")
|
||||
message("")
|
||||
message("")
|
||||
message(STATUS "")
|
||||
message(STATUS " +---------------------------+")
|
||||
message(STATUS " | ecCodes version ${ECCODES_VERSION} |")
|
||||
message(STATUS " | Configuration completed |")
|
||||
message(STATUS " +---------------------------+")
|
||||
message(STATUS "")
|
||||
message(STATUS " You can now do 'make' to compile the package, 'ctest' to test it and 'make install' to install it afterwards.")
|
||||
message(STATUS "")
|
||||
message(STATUS "")
|
||||
|
|
Loading…
Reference in New Issue