ENH: add depend logic of curl to openssl for all platform

JIRA: no-jira

Change-Id: I06f48a7299e542d1a01ef4464c7be4a50aecfe52
(cherry picked from commit 4a2cb5003ddc6115b315a96e6fd9a0d7201f58db)
This commit is contained in:
lane.wei 2024-05-31 18:19:15 +08:00 committed by Lane.Wei
parent 18cf912528
commit 0dd63500b1
1 changed files with 1 additions and 3 deletions

View File

@ -72,9 +72,7 @@ bambustudio_add_cmake_project(CURL
${_curl_platform_flags} ${_curl_platform_flags}
) )
if (CMAKE_SYSTEM_NAME STREQUAL "Linux") add_dependencies(dep_CURL dep_OpenSSL)
add_dependencies(dep_CURL dep_OpenSSL)
endif ()
if (MSVC) if (MSVC)
add_debug_dep(dep_CURL) add_debug_dep(dep_CURL)