improve message

This commit is contained in:
Benoit Jacob 2009-09-27 17:55:58 -04:00
parent 251c0f45ac
commit 2e4be5a75c

View File

@ -139,13 +139,14 @@ endif(EIGEN_BUILD_BTL)
ei_testing_print_summary() ei_testing_print_summary()
message("You can now do the following:") message("You can now do the following:")
message("-------------+-----------------------------------------------------------------")
message("Command | Description") message("Command | Description")
message("-------------+------------------------------------------------------------------") message("-------------+-----------------------------------------------------------------")
message("make install | Install Eigen to ${CMAKE_INSTALL_PREFIX}") message("make install | Install Eigen to ${CMAKE_INSTALL_PREFIX}")
message(" | Do: cmake -DCMAKE_INSTALL_PREFIX=yourprefix . to change that") message(" | Do: cmake . -DCMAKE_INSTALL_PREFIX=yourprefix to change that")
message("make test | Build and run the unit tests (using CTest)") message("make test | Build and run the unit tests (using CTest)")
message(" | Note: this takes lots of time & memory! Easy on the -j option!") message(" | Note: this takes lots of time & memory! Easy on the -j option!")
message("make btest | Only build tests, don't run them") message("make btest | Only build tests, don't run them")
message("make doc | Generate the API documentation, requires Doxygen & LaTeX") message("make doc | Generate the API documentation, requires Doxygen & LaTeX")
message("make blas | Build BLAS library") message("make blas | Build BLAS library")
message("-------------+------------------------------------------------------------------") message("-------------+-----------------------------------------------------------------")