[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:49 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0cc197a

The following commit has been merged in the master branch:
commit 0cc197ad2de1832d65f328aa0cb64bcb7b59927e
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Jul 24 00:34:42 2013 +0000

    CMake build: simplification
---
 CMakeLists.txt                                    | 2 +-
 config/{ConfigureChecks.cmake => CMakeChecks.txt} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3406920..fc6c61a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -127,7 +127,7 @@ IF( EXIV2_ENABLE_XMP )
     SET( XMPLIB "do" )
 ENDIF( EXIV2_ENABLE_XMP )
 
-INCLUDE( config/ConfigureChecks.cmake )
+INCLUDE( config/CMakeChecks.txt )
 
 SET( INSTALL_TARGET_STANDARD_ARGS
      RUNTIME DESTINATION bin
diff --git a/config/ConfigureChecks.cmake b/config/CMakeChecks.txt
similarity index 100%
rename from config/ConfigureChecks.cmake
rename to config/CMakeChecks.txt

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list