mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:28:01 +08:00
[boost-iostreams] Use PATCHES in vcpkg_from_github()
This commit is contained in:
parent
7046c470bd
commit
9baf6cb2e2
@ -8,6 +8,7 @@ vcpkg_from_github(
|
||||
REF boost-1.67.0
|
||||
SHA512 73fada0b6e236e0b86f28d8cf75e71dfb6b6a84622986cd72f39de3a310442e6122c91d22ba95bd29381dd559f5cac52a1e28cf97e7e8a6f0c70ccc4f38ceeba
|
||||
HEAD_REF master
|
||||
PATCHES "${CURRENT_PORT_DIR}/Removeseekpos.patch"
|
||||
)
|
||||
|
||||
vcpkg_download_distfile(LICENSE
|
||||
@ -18,11 +19,6 @@ vcpkg_download_distfile(LICENSE
|
||||
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||
|
||||
vcpkg_apply_patches(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PATCHES "${CURRENT_PORT_DIR}/Removeseekpos.patch"
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
|
Loading…
x
Reference in New Issue
Block a user