16 lines
461 B
CMake
16 lines
461 B
CMake
# 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 58ab62363ec4850891fb0b4cdc76b9df2b494467cb3c26861b1a8f445352baa8545cb92e03a333841caa3c7ed11ad85cf700eba54ad132b74f3717a0581d2c6b
|
|
HEAD_REF master
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|