Write cmake info messages to stdout

This commit is contained in:
Shahram Najm 2016-01-27 10:14:25 +00:00
parent 007db04e67
commit 52e5fcc9c8
1 changed files with 9 additions and 9 deletions

View File

@ -336,12 +336,12 @@ ecbuild_install_project( NAME ${CMAKE_PROJECT_NAME} )
ecbuild_print_summary() ecbuild_print_summary()
message("") message(STATUS "")
message(" +---------------------------+") message(STATUS " +---------------------------+")
message(" | ecCodes version ${ECCODES_VERSION} |") message(STATUS " | ecCodes version ${ECCODES_VERSION} |")
message(" | Configuration completed |") message(STATUS " | Configuration completed |")
message(" +---------------------------+") message(STATUS " +---------------------------+")
message("") message(STATUS "")
message(" You can now do 'make' to compile the package, 'ctest' to test it and 'make install' to install it afterwards.") message(STATUS " You can now do 'make' to compile the package, 'ctest' to test it and 'make install' to install it afterwards.")
message("") message(STATUS "")
message("") message(STATUS "")