Skip to content

Commit

Permalink
ENH: add depend logic of curl to openssl for all platform
Browse files Browse the repository at this point in the history
JIRA: STUDIO-6329
Change-Id: Id0251b4862c6b718e885437c036511358be04748
  • Loading branch information
MackBambu authored and lanewei120 committed Jun 18, 2024
1 parent a181250 commit a078cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/CURL/CURL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit a078cce

Please sign in to comment.