Skip to content

Commit feb2bb9

Browse files
authored
Changed target uninstall to be named uninstall-poco (#4941)
* Changed target uninstall to be named uninstall-poco
1 parent 15d987f commit feb2bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ configure_file(
544544
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
545545
IMMEDIATE @ONLY)
546546

547-
add_custom_target(uninstall
547+
add_custom_target(uninstall-poco
548548
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
549549
)
550550

0 commit comments

Comments
 (0)