mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-30 10:15:13 +08:00
Fix CMake install command
This commit is contained in:
parent
e48d8e4725
commit
649fd1c2ae
@ -546,7 +546,7 @@ string(TOLOWER "${CMAKE_GENERATOR}" cmake_generator_tolower)
|
|||||||
if(cmake_generator_tolower MATCHES "makefile")
|
if(cmake_generator_tolower MATCHES "makefile")
|
||||||
message(STATUS "Available targets (use: make TARGET):")
|
message(STATUS "Available targets (use: make TARGET):")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Available targets (use: cmake . --build --target TARGET):")
|
message(STATUS "Available targets (use: cmake --build . --target TARGET):")
|
||||||
endif()
|
endif()
|
||||||
message(STATUS "---------+--------------------------------------------------------------")
|
message(STATUS "---------+--------------------------------------------------------------")
|
||||||
message(STATUS "Target | Description")
|
message(STATUS "Target | Description")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user