vcpkg/ports/boost-tokenizer/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
464 B
CMake

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