Skip to content

Commit

Permalink
Update uninstall target name to uninstall_forimage
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 29, 2024
1 parent b27dc6d commit 08e014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ configure_file(
"${CMAKE_CURRENT_BINARY_DIR}/cmake/cmake_uninstall.cmake"
IMMEDIATE @ONLY)

add_custom_target(uninstall
add_custom_target(uninstall_forimage
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake/cmake_uninstall.cmake)

0 comments on commit 08e014c

Please sign in to comment.