ENH: add depend logic of curl to openssl for all platform
JIRA: STUDIO-6329 Change-Id: Id0251b4862c6b718e885437c036511358be04748
This commit is contained in:
parent
a181250668
commit
a078ccefc4
|
@ -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 ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue