Skip to content

Commit

Permalink
Add comment for uninstall target
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelT1 committed Dec 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a71d79d commit 59cf3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/unix.cmake
Original file line number Diff line number Diff line change
@@ -242,7 +242,7 @@ if(NOT TARGET uninstall)
IMMEDIATE @ONLY)

add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake COMMENT "Uninstall the project...")
endif()

if (NOT NO_COTIRE)

0 comments on commit 59cf3a1

Please sign in to comment.