mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
upgrade to macos 13 (#3289)
brew uninstall --ignore-dependencies zstd Use local curl remove brew/macport dependency
This commit is contained in:
parent
de8013f211
commit
63351c01da
6 changed files with 31 additions and 29 deletions
|
|
@ -436,11 +436,8 @@ find_package(TBB REQUIRED)
|
|||
# add_definitions(-DTBB_USE_CAPTURED_EXCEPTION=0)
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
if (APPLE)
|
||||
find_package(CURL CONFIG REQUIRED)
|
||||
else()
|
||||
find_package(CURL REQUIRED)
|
||||
endif()
|
||||
|
||||
|
||||
add_library(libcurl INTERFACE)
|
||||
target_link_libraries(libcurl INTERFACE CURL::libcurl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue