Skip to content

Commit

Permalink
Fix macos deps build (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox authored Oct 3, 2023
1 parent 466538e commit 03fec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/CURL/CURL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ orcaslicer_add_cmake_project(CURL
${_curl_platform_flags}
)

if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
if (APPLE OR (CMAKE_SYSTEM_NAME STREQUAL "Linux"))
add_dependencies(dep_CURL dep_OpenSSL)
endif ()

Expand Down

0 comments on commit 03fec08

Please sign in to comment.