zeek/auxil/vcpkg/ports/boost-leaf/portfile.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

16 lines
444 B
CMake

# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/leaf
REF boost-${VERSION}
SHA512 54b2cd61b7c1dbf59b545adfc37efd6738cf19123394329ebc1954bd043f5fc7fa8efad02ba4169f472441aeb79f9da4fb38b5fa826ec6c93cfc85be4132c8e3
HEAD_REF master
)
set(FEATURE_OPTIONS "")
boost_configure_and_install(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
)