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

JIRA: STUDIO-6329
Change-Id: Id0251b4862c6b718e885437c036511358be04748
This commit is contained in:
Mack 2024-06-18 12:08:10 +08:00 committed by lane.wei
parent a181250668
commit a078ccefc4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ bambustudio_add_cmake_project(CURL
${_curl_platform_flags}
)
if (DEP_BUILD_OPENSSL AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
if (DEP_BUILD_OPENSSL)
add_dependencies(dep_CURL ${OPENSSL_PKG})
endif ()