mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Fix patching for ZLIB
This commit is contained in:
parent
a06019f099
commit
db2951c8c3
3 changed files with 23 additions and 21 deletions
3
deps/CMakeLists.txt
vendored
3
deps/CMakeLists.txt
vendored
|
|
@ -52,6 +52,9 @@ message(STATUS "PrusaSlicer deps debug build: ${DEP_DEBUG}")
|
|||
|
||||
find_package(Git REQUIRED)
|
||||
|
||||
# The default command line for patching. Only works for newer
|
||||
set(PATCH_CMD ${GIT_EXECUTABLE} apply --verbose --ignore-space-change --whitespace=fix)
|
||||
|
||||
get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
||||
|
||||
function(prusaslicer_add_cmake_project projectname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue