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:
parent
18cf912528
commit
0dd63500b1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue