vcpkg/ports/boost-property-map-parallel/portfile.cmake

16 lines
461 B
CMake
Raw Normal View History

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