diff options
author | Sam Bingner <sam@bingner.com> | 2019-12-26 14:49:09 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-12-26 15:12:15 -1000 |
commit | f500e1fbad17354e04e3c4af7295759dd599925f (patch) | |
tree | 3832c1b87edade8bfa9b308378632f6bc0b0bef7 | |
parent | 581fba038af2f6dcb8df88890e018f32d7cba51a (diff) |
Revert "build changes to work with our new http"
This reverts commit 224a31822e0fd3e991ff490f82d32c9dd670deee.
-rw-r--r-- | methods/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/CMakeLists.txt b/methods/CMakeLists.txt index 6c4c8d4af..c4a32b4f5 100644 --- a/methods/CMakeLists.txt +++ b/methods/CMakeLists.txt @@ -19,7 +19,7 @@ target_compile_definitions(connectlib PRIVATE ${GNUTLS_DEFINITIONS}) target_include_directories(connectlib PRIVATE ${GNUTLS_INCLUDE_DIR}) # Additional libraries to link against for networked stuff -target_link_libraries(http apt-pkg lockdown "-framework CoreFoundation" "-framework CFNetwork" "-framework SystemConfiguration" ${GNUTLS_LIBRARIES}) +target_link_libraries(http ${GNUTLS_LIBRARIES}) target_link_libraries(ftp ${GNUTLS_LIBRARIES}) # Install the library |