mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 18:15:55 +08:00
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
2
deps/CURL/CURL.cmake
vendored
2
deps/CURL/CURL.cmake
vendored
@ -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…
x
Reference in New Issue
Block a user