mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 13:12:38 -06:00
FIX: patch boost limit_handles
Change-Id: Id155b1c23e19b4cbf7c4bea18ce138511d5f2b8f
This commit is contained in:
parent
f8d0fc374f
commit
dfc1eec49b
2 changed files with 126 additions and 0 deletions
1
deps/Boost/Boost.cmake
vendored
1
deps/Boost/Boost.cmake
vendored
|
|
@ -129,6 +129,7 @@ ExternalProject_Add(
|
|||
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/Boost
|
||||
CONFIGURE_COMMAND "${_bootstrap_cmd}"
|
||||
PATCH_COMMAND ${_patch_command}
|
||||
PATCH_COMMAND git init && ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-Boost-fix.patch
|
||||
BUILD_COMMAND "${_build_cmd}"
|
||||
BUILD_IN_SOURCE ON
|
||||
INSTALL_COMMAND "${_install_cmd}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue