mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 17:33:15 +08:00
more message improvements, tell the user about building a specific test
This commit is contained in:
parent
eeabd18afc
commit
457b7cba96
@ -145,10 +145,11 @@ message("-------------+---------------------------------------------------------
|
||||
message("Command | Description")
|
||||
message("-------------+-----------------------------------------------------------------")
|
||||
message("make install | Install to ${CMAKE_INSTALL_PREFIX}")
|
||||
message(" | Do: cmake . -DCMAKE_INSTALL_PREFIX=yourprefix to change that")
|
||||
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("make btest | Only build tests, don't run them")
|
||||
message(" | To change that, do: cmake . -DCMAKE_INSTALL_PREFIX=yourpath")
|
||||
message("make doc | Generate the API documentation, requires Doxygen & LaTeX")
|
||||
message("make btest | Build the unit tests (doesn't run them)")
|
||||
message(" | Note: this takes lots of time & memory! Easy on the -j option!")
|
||||
message("make test | Build and run the unit tests (using CTest)")
|
||||
message("make test_qr | Build a specific test, here test_qr. To run it: test/test_qr")
|
||||
message("make blas | Build BLAS library")
|
||||
message("-------------+-----------------------------------------------------------------")
|
||||
|
Loading…
x
Reference in New Issue
Block a user