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)