mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-27 06:30:28 +08:00
clarify help message about make install
This commit is contained in:
parent
ba5b5f6a4b
commit
ce32f90fdd
@ -224,10 +224,12 @@ if(cmake_generator_tolower MATCHES "makefile")
|
||||
message("--------------+----------------------------------------------------------------")
|
||||
message("Command | Description")
|
||||
message("--------------+----------------------------------------------------------------")
|
||||
message("make install | Install to ${CMAKE_INSTALL_PREFIX}")
|
||||
message(" | To change that: cmake . -DCMAKE_INSTALL_PREFIX=yourpath")
|
||||
message(" | Header files are installed to ${INCLUDE_INSTALL_DIR}")
|
||||
message(" | To change that: cmake . -DEIGEN_INCLUDE_INSTALL_DIR=yourpath")
|
||||
message("make install | Install to ${CMAKE_INSTALL_PREFIX}. To change that:")
|
||||
message(" | cmake . -DCMAKE_INSTALL_PREFIX=yourpath")
|
||||
message(" | Eigen headers will then be installed to:")
|
||||
message(" | ${INCLUDE_INSTALL_DIR}")
|
||||
message(" | To install Eigen headers to a separate location, do:")
|
||||
message(" | cmake . -DEIGEN_INCLUDE_INSTALL_DIR=yourpath")
|
||||
message("make doc | Generate the API documentation, requires Doxygen & LaTeX")
|
||||
message("make check | Build and run the unit-tests. Read this page:")
|
||||
message(" | http://eigen.tuxfamily.org/index.php?title=Tests")
|
||||
|
Loading…
Reference in New Issue
Block a user