aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-throw-exception/portfile.cmake
blob: fc02e80b35ef68ff9864ca2c7a9740c06503f6bf (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/throw_exception
    REF boost-${VERSION}
    SHA512 99af9a7a29113bf93c54e64c6f2bc748273f3d9d109bd8841bdb1f3e2ea28b01880213d6dbc49c3afe0884da251f60a33f12a40f1ab694b1ceef54c25e3912a9
    HEAD_REF master
)

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