From 48e0b1d0c11d483323fd15521fe84e39ed42d55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Tue, 11 Sep 2018 17:56:21 +0200 Subject: [PATCH] Remove obsolete lsm file --- cmake/CMakeChecks.txt | 2 -- cmake/exiv2.lsm.cmake | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 cmake/exiv2.lsm.cmake diff --git a/cmake/CMakeChecks.txt b/cmake/CMakeChecks.txt index 9583e0f2..6a4e2728 100644 --- a/cmake/CMakeChecks.txt +++ b/cmake/CMakeChecks.txt @@ -41,7 +41,5 @@ add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uni if( NOT MSVC ) configure_file( cmake/exiv2.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc @ONLY ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig ) - configure_file( cmake/exiv2.lsm.cmake ${CMAKE_CURRENT_BINARY_DIR}/exiv2.lsm) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.lsm DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig ) endif() diff --git a/cmake/exiv2.lsm.cmake b/cmake/exiv2.lsm.cmake deleted file mode 100644 index f657ee84..00000000 --- a/cmake/exiv2.lsm.cmake +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: ${PACKAGE_NAME} -Version: ${PACKAGE_VERSION} -Entered-date: 2004-05-01 -Description: Exiv2 is a C++ library and a command line utility to manage image metadata. - It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats. -Keywords: image photo metadata exif iptc xmp makernotes -Author: ${PACKAGE_COPYRIGHT} <${PACKAGE_BUGREPORT}> -Maintained-by: ${PACKAGE_COPYRIGHT} <${PACKAGE_BUGREPORT}> -Primary-site: ${PACKAGE_URL} -Original-site: ${PACKAGE_URL} -Platforms: Linux and other Unices, MacOs-X, Win32. -Copying-policy: GPL -End