aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-local-function/portfile.cmake
blob: 3839d4e712705f85feef00c1280f2cd0a9f7b925 (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/local_function
    REF boost-${VERSION}
    SHA512 784193502f86185aad303ccbe3324c3b3169c65b7993ccecb3af6650f5668b1f5e2162c64859d51736a632db41cbb46fdcef360dda5da197f483eaa5c6a64cdd
    HEAD_REF master
)

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