From 9328bf07a5800f817b0d4d6195e23a00a0ba78fb Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 24 Mar 2013 11:42:48 +0100 Subject: [PATCH] OpenSSL library already mentioned in Required.private, don't need to be specified again in Cflags or Libs. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8a57791..40f15c74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()