aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-graph/portfile.cmake
blob: 6203516c8d4f7a99f36a852e873a1e892ccf005d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Automatically generated by scripts/boost/generate-ports.ps1

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO boostorg/graph
    REF boost-${VERSION}
    SHA512 09516e7bf5166b9af089e1e297e788836d00dd2bb6df0eb441cf727815458684c2dcb0a16715eee65ad116a2164aaf90d3dcab7c3d0f9cfaf63ab4351c8ef7a6
    HEAD_REF master
)

set(FEATURE_OPTIONS "")
boost_configure_and_install(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS ${FEATURE_OPTIONS}
)