Skip to content

Commit 7bd65af

Browse files
committed
common : add -framework CoreFoundation
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
1 parent 1f2fc09 commit 7bd65af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ else()
111111
target_link_libraries(${TARGET} PUBLIC OpenSSL::SSL OpenSSL::Crypto)
112112
if (APPLE AND NOT IOS)
113113
target_compile_definitions(${TARGET} PUBLIC CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN)
114-
target_link_libraries(${TARGET} PUBLIC "-framework Security")
114+
target_link_libraries(${TARGET} PUBLIC "-framework CoreFoundation -framework Security")
115115
endif()
116116
endif()
117117
else()

0 commit comments

Comments
 (0)