FIX: patch boost limit_handles

Change-Id: Id155b1c23e19b4cbf7c4bea18ce138511d5f2b8f
This commit is contained in:
chunmao.guo 2023-01-05 16:14:41 +08:00 committed by Lane.Wei
parent f8d0fc374f
commit dfc1eec49b
2 changed files with 126 additions and 0 deletions

View file

@ -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}"