From 0dd63500b10b14780a599f37bb7c449a5116377a Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 31 May 2024 18:19:15 +0800 Subject: [PATCH] ENH: add depend logic of curl to openssl for all platform JIRA: no-jira Change-Id: I06f48a7299e542d1a01ef4464c7be4a50aecfe52 (cherry picked from commit 4a2cb5003ddc6115b315a96e6fd9a0d7201f58db) --- deps/CURL/CURL.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deps/CURL/CURL.cmake b/deps/CURL/CURL.cmake index 27776a365..b3c83b768 100644 --- a/deps/CURL/CURL.cmake +++ b/deps/CURL/CURL.cmake @@ -72,9 +72,7 @@ bambustudio_add_cmake_project(CURL ${_curl_platform_flags} ) -if (CMAKE_SYSTEM_NAME STREQUAL "Linux") - add_dependencies(dep_CURL dep_OpenSSL) -endif () +add_dependencies(dep_CURL dep_OpenSSL) if (MSVC) add_debug_dep(dep_CURL)