We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2fc09 commit 7bd65afCopy full SHA for 7bd65af
common/CMakeLists.txt
@@ -111,7 +111,7 @@ else()
111
target_link_libraries(${TARGET} PUBLIC OpenSSL::SSL OpenSSL::Crypto)
112
if (APPLE AND NOT IOS)
113
target_compile_definitions(${TARGET} PUBLIC CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN)
114
- target_link_libraries(${TARGET} PUBLIC "-framework Security")
+ target_link_libraries(${TARGET} PUBLIC "-framework CoreFoundation -framework Security")
115
endif()
116
117
else()
0 commit comments