[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:22 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=91fe6fc
The following commit has been merged in the master branch:
commit 91fe6fc3b4c2b2965b17aada62afc2395e9a011c
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Tue Apr 20 08:49:00 2010 +0000
polish
---
CMakeLists.txt | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c67c1d2..8fc8a8c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,14 @@ OPTION( EXIV2_ENABLE_COMMERCIAL "compile with the EXV_COMMERCIAL_VERSION symbo
OPTION( BUILD_samples "Build the unit tests" OFF )
IF( MINGW OR UNIX )
- ADD_DEFINITIONS( -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W)
+ ADD_DEFINITIONS(-Wall
+ -Wcast-align
+ -Wpointer-arith
+ -Wformat-security
+ -Wmissing-format-attribute
+ -Woverloaded-virtual
+ -W
+ )
ENDIF( MINGW OR UNIX )
IF( EXIV2_ENABLE_XMP )
@@ -68,7 +75,11 @@ ENDIF( BUILD_samples )
INCLUDE( config/ConfigureChecks.cmake )
-SET( INSTALL_TARGET_STANDARD_ARGS RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )
+SET( INSTALL_TARGET_STANDARD_ARGS RUNTIME
+ DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )
# add sources from XMPSDK directory - this needs to be done here
SET( XMPSRC ${CMAKE_CURRENT_SOURCE_DIR}/xmpsdk/src/ExpatAdapter.cpp
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list