mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix CMake install command
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user