#1119. Thank You, Emmanuel for your help and patch.

This commit is contained in:
Robin Mills 2015-09-23 14:14:10 +00:00
parent 416221118a
commit 64fc582be8

View File

@ -24,8 +24,8 @@ IF( EXIV2_ENABLE_XMP AND EXIV2_ENABLE_LIBXMP )
ADD_LIBRARY( xmp STATIC ${XMPSRC} )
GET_TARGET_PROPERTY( XMPLIB xmp LOCATION )
TARGET_LINK_LIBRARIES(xmp ${EXPAT_LIBRARIES})
# SET( XMPLIB ${XMPLIB} PARENT_SCOPE )
# INSTALL(TARGETS xmp ${INSTALL_TARGET_STANDARD_ARGS} )
# 1119 Install libxmp.a for use by third party applications (Thanks, Emmanuel)
INSTALL(TARGETS xmp ${INSTALL_TARGET_STANDARD_ARGS} )
ENDIF()
# That's all Folks!