diff options
Diffstat (limited to 'devel/leatherman/files/patch-cmake_leatherman.cmake.in')
-rw-r--r-- | devel/leatherman/files/patch-cmake_leatherman.cmake.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/leatherman/files/patch-cmake_leatherman.cmake.in b/devel/leatherman/files/patch-cmake_leatherman.cmake.in deleted file mode 100644 index 959e5efc64d5..000000000000 --- a/devel/leatherman/files/patch-cmake_leatherman.cmake.in +++ /dev/null @@ -1,14 +0,0 @@ ---- cmake/leatherman.cmake.in.orig 2017-08-25 18:32:21 UTC -+++ cmake/leatherman.cmake.in -@@ -83,11 +83,6 @@ macro(leatherman_install) - RUNTIME DESTINATION bin - LIBRARY DESTINATION lib${LIB_SUFFIX} - ARCHIVE DESTINATION lib${LIB_SUFFIX}) -- foreach(ARG ${ARGV}) -- if (TARGET ${ARG}) -- set_target_properties(${ARG} PROPERTIES PREFIX "" IMPORT_PREFIX "") -- endif() -- endforeach() - endmacro() - - # Usage: add_cppcheck_dirs(dir1 dir2) |