zeek/auxil/vcpkg/ports/boost-heap/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/heap
REF boost-${VERSION}
SHA512 37f0c5c2e2890622e539e5c393aed0bcaabace3ed84257529a91d80a17a3b82df53b532b435755f93a650da365e03dce441ec5fa8daf3e24b1086df85642b27e
HEAD_REF master
)
set(FEATURE_OPTIONS "")
boost_configure_and_install(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
)