vcpkg/ports/boost-dll/portfile.cmake

16 lines
443 B
CMake
Raw Normal View History

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