mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
96ec7fb25d
* [scripts/boost] update to v1.79.0 * [boost-*] re-generate ports * update versions * [boost-wave] fix build * update version * [fbthrift] fix build compatibility with Boost 1.79.0 * update versions * [scripts/boost] use vcpkg_replace_string * update versions
13 lines
475 B
CMake
13 lines
475 B
CMake
# Automatically generated by scripts/boost/generate-ports.ps1
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/iterator
|
|
REF boost-1.79.0
|
|
SHA512 26b0308126df522725887fcb9578d7e645f181cd8a6850915a5ce0c832a5f2e5521ba75a17f29a5eba788e3d8bd46d61ebb4b61fa40f233c33e99f83949516f6
|
|
HEAD_REF master
|
|
)
|
|
|
|
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
|
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|