diff options
author | Vincent Richard <[email protected]> | 2013-03-24 10:42:48 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-03-24 10:42:48 +0000 |
commit | 9328bf07a5800f817b0d4d6195e23a00a0ba78fb (patch) | |
tree | dff0dd27abd7480d9fa3995ae2b8fbfe1c71c35d | |
parent | Merge pull request #31 from mabrand/fix-double-libs (diff) | |
download | vmime-9328bf07a5800f817b0d4d6195e23a00a0ba78fb.tar.gz vmime-9328bf07a5800f817b0d4d6195e23a00a0ba78fb.zip |
OpenSSL library already mentioned in Required.private, don't need to be specified again in Cflags or Libs.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 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() |