diff options
author | Jaywalker <jwilliams@nsllc.com> | 2018-02-08 20:09:06 -0600 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-08-18 12:07:59 -1000 |
commit | 1f16ab10356678e5b46a9c4a3c07e5bfa0564f97 (patch) | |
tree | d2e75c2032f7f3120d58023f071e885071ac4c14 | |
parent | d19e6145e8fb367dfb74a1ad7f02d4df89678481 (diff) |
build changes to work with our new http
-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 c4a32b4f5..6c4c8d4af 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 ${GNUTLS_LIBRARIES}) +target_link_libraries(http apt-pkg lockdown "-framework CoreFoundation" "-framework CFNetwork" "-framework SystemConfiguration" ${GNUTLS_LIBRARIES}) target_link_libraries(ftp ${GNUTLS_LIBRARIES}) # Install the library |