Skip to content

Commit cee6c58

Browse files
committed
test2
1 parent f0d39b7 commit cee6c58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,12 @@ function(resolve_curl_dependency)
511511

512512
fetchcontent_makeavailable(CURL)
513513

514+
if(TARGET OpenSSL::SSL)
515+
message(STATUS "Detected that vendored curl depends on OpenSSL. Adding it to the system dependency list."
516+
)
517+
list(APPEND ICEBERG_SYSTEM_DEPENDENCIES OpenSSL)
518+
endif()
519+
514520
if(curl_SOURCE_DIR)
515521
if(NOT TARGET CURL::libcurl)
516522
add_library(CURL::libcurl INTERFACE IMPORTED)

0 commit comments

Comments
 (0)