File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -512,8 +512,7 @@ function(resolve_curl_dependency)
512512 fetchcontent_makeavailable(CURL)
513513
514514 if (TARGET OpenSSL::SSL)
515- message (STATUS "Detected that vendored curl depends on OpenSSL. Adding it to the system dependency list."
516- )
515+ message (STATUS "Adding OpenSSL to the system dependency list." )
517516 list (APPEND ICEBERG_SYSTEM_DEPENDENCIES OpenSSL)
518517 endif ()
519518
@@ -535,6 +534,8 @@ function(resolve_curl_dependency)
535534 ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR} "
536535 LIBRARY DESTINATION "${ICEBERG_INSTALL_LIBDIR} " )
537536 message (STATUS "Use vendored CURL" )
537+
538+ list (APPEND ICEBERG_SYSTEM_DEPENDENCIES OpenSSL)
538539 else ()
539540 set (CURL_VENDORED FALSE )
540541 list (APPEND ICEBERG_SYSTEM_DEPENDENCIES CURL)
You can’t perform that action at this time.
0 commit comments