Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Apr 17, 2023
1 parent 6ba6287 commit 72a5557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ macro(build_gar)
# if OpenSSL library exists, link the OpenSSL library.
# OpenSSL has to be linked after GAR_ARROW_BUNDLED_DEPS_STATIC_LIB
if(OPENSSL_FOUND)
target_link_libraries(gar PUBLIC OpenSSL::SSL)
target_link_libraries(gar PRIVATE OpenSSL::SSL)
endif()
if (CURL_FOUND)
target_link_libraries(gar PUBLIC CURL::libcurl)
target_link_libraries(gar PRIVATE CURL::libcurl)
endif()
if (APPLE)
target_link_libraries(gar "-framework CoreFoundation")
Expand Down

0 comments on commit 72a5557

Please sign in to comment.