16 lines
454 B
CMake
16 lines
454 B
CMake
# Automatically generated by scripts/boost/generate-ports.ps1
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/graph_parallel
|
|
REF boost-${VERSION}
|
|
SHA512 13a40476e2dffcc0906c82e8e608ab2fcc3671dee65ca4919a9dc71d34c9673775f86df5ef5f8f203c9f2498704bc0ac116e82c069281974dd25f3893b4c4862
|
|
HEAD_REF master
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|