mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-21 12:24:25 +08:00
improve message
This commit is contained in:
parent
251c0f45ac
commit
2e4be5a75c
@ -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("-------------+-----------------------------------------------------------------")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user