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

16 lines
446 B
CMake

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