From f500e1fbad17354e04e3c4af7295759dd599925f Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Thu, 26 Dec 2019 14:49:09 -1000 Subject: Revert "build changes to work with our new http" This reverts commit 224a31822e0fd3e991ff490f82d32c9dd670deee. --- methods/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3