mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
workaround to solve unwanted zstd dependency on runner (#3298)
* trigger build * Remove zstd only for dep build * reinstall zstd after building completed
This commit is contained in:
parent
98d8b010c4
commit
78c7abe4c2
3 changed files with 4 additions and 2 deletions
|
@ -55,6 +55,7 @@ if (APPLE)
|
|||
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.3" CACHE STRING "Minimum OS X deployment version" FORCE)
|
||||
SET(CMAKE_XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.softfever3d.orca-slicer")
|
||||
|
||||
message(STATUS "Orca: IS_CROSS_COMPILE: ${IS_CROSS_COMPILE}")
|
||||
endif ()
|
||||
|
||||
# Proposal for C++ unit tests and sandboxes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue