[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:31 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8b62b81
The following commit has been merged in the master branch:
commit 8b62b8148b5d1cffaabbef153c6469b324d1d668
Author: Robin Mills <robin at clanmills.com>
Date: Tue Jun 14 06:58:15 2016 +0000
#1192. Correction to src/CMakeLists.txt. The CMake Language is a horrible mess. It's not even a language.
---
src/CMakeLists.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8823957..c685713 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -238,6 +238,12 @@ SET_TARGET_PROPERTIES( exiv2lib PROPERTIES
OUTPUT_NAME exiv2
)
+IF ( UNIX )
+ IF ( NOT CYGWIN AND NOT MINGW )
+ SET (LINUX 1)
+ ENDIF()
+ENDIF()
+
if ( MSVC )
source_group("Header Files" FILES ${LIBEXIV2_HDR} )
TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${EXPAT_LIBRARIES} )
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list