mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 05:00:36 +08:00
Fix macos deps build (#2291)
This commit is contained in:
parent
466538e44e
commit
03fec0841b
2
deps/CURL/CURL.cmake
vendored
2
deps/CURL/CURL.cmake
vendored
@ -70,7 +70,7 @@ orcaslicer_add_cmake_project(CURL
|
|||||||
${_curl_platform_flags}
|
${_curl_platform_flags}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
if (APPLE OR (CMAKE_SYSTEM_NAME STREQUAL "Linux"))
|
||||||
add_dependencies(dep_CURL dep_OpenSSL)
|
add_dependencies(dep_CURL dep_OpenSSL)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user