OpenSSL library already mentioned in Required.private, don't need to be specified again in Cflags or Libs.

This commit is contained in:
Vincent Richard 2013-03-24 11:42:48 +01:00
parent 020d0e331e
commit 9328bf07a5

View File

@ -611,8 +611,6 @@ IF(VMIME_HAVE_TLS_SUPPORT)
)
ENDIF()
SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} ${OPENSSL_LIBRARIES}")
SET(VMIME_PKGCONFIG_CFLAGS "${VMIME_PKGCONFIG_CFLAGS} -I${OPENSSL_INCLUDE_DIR}")
SET(VMIME_PKGCONFIG_REQUIRES "${VMIME_PKGCONFIG_REQUIRES} openssl")
ELSE()