mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Install target check fix
This commit is contained in:
parent
7c17d32b3a
commit
46e74c9391
@ -127,5 +127,7 @@ configure_file(
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
|
||||
IMMEDIATE @ONLY)
|
||||
|
||||
add_custom_target(uninstall
|
||||
if (NOT TARGET uninstall)
|
||||
add_custom_target(uninstall
|
||||
COMMAND "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user