diff options
author | Vincent Richard <[email protected]> | 2013-03-24 10:40:16 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-03-24 10:40:16 +0000 |
commit | 020d0e331eb2effbe215abe0f98c981fdb776486 (patch) | |
tree | f23505f4fb99706e499d43bd2dfb26a2277058fc | |
parent | Let whitespace break the value of a parameterized header field, not just a ';... (diff) | |
parent | fix duplicate info in .pc files (diff) | |
download | vmime-020d0e331eb2effbe215abe0f98c981fdb776486.tar.gz vmime-020d0e331eb2effbe215abe0f98c981fdb776486.zip |
Merge pull request #31 from mabrand/fix-double-libs
fix duplicate info in .pc files
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 435187d9..e8a57791 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -539,8 +539,6 @@ IF(VMIME_HAVE_SASL_SUPPORT) ) ENDIF() - SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} ${GSASL_LIBRARIES}") - SET(VMIME_PKGCONFIG_CFLAGS "${VMIME_PKGCONFIG_CFLAGS} -I${GSASL_INCLUDE_DIR}") SET(VMIME_PKGCONFIG_REQUIRES "${VMIME_PKGCONFIG_REQUIRES} libgsasl") ENDIF() @@ -596,8 +594,6 @@ IF(VMIME_HAVE_TLS_SUPPORT) ) ENDIF() - SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} ${GNUTLS_LIBRARY_DIRS} ${GNUTLS_LIBRARY}") - SET(VMIME_PKGCONFIG_CFLAGS "${VMIME_PKGCONFIG_CFLAGS} -I${GNUTLS_INCLUDE_DIR}") SET(VMIME_PKGCONFIG_REQUIRES "${VMIME_PKGCONFIG_REQUIRES} gnutls") ELSEIF(VMIME_TLS_SUPPORT_LIB_IS_OPENSSL) |