Fix CMake install command

This commit is contained in:
qxxxb 2020-07-25 16:35:13 -04:00
parent e48d8e4725
commit 649fd1c2ae

View File

@ -546,7 +546,7 @@ string(TOLOWER "${CMAKE_GENERATOR}" cmake_generator_tolower)
if(cmake_generator_tolower MATCHES "makefile")
message(STATUS "Available targets (use: make TARGET):")
else()
message(STATUS "Available targets (use: cmake . --build --target TARGET):")
message(STATUS "Available targets (use: cmake --build . --target TARGET):")
endif()
message(STATUS "---------+--------------------------------------------------------------")
message(STATUS "Target | Description")