vcpkg/ports/boost-poly-collection/portfile.cmake
Martin Hořeňovský bedfdb774c
[Boost] Update Boost ports to 1.82#0 (#30856)
Also adds the port for boost-mysql.
2023-04-15 00:15:07 -07:00

13 lines
470 B
CMake

# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/poly_collection
REF boost-1.82.0
SHA512 64b5c78b25fe7d6150f0381c204976c488b4e0e61c3f33f4d5c323f74535d7a97cbd3cfd45eb9eaf86940d1a54a8431924af0261bf4e255c4aba41013508b77a
HEAD_REF master
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})