aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-date-time/portfile.cmake
blob: 3092c6b2e5bdd146ceedee40183a2a38136586aa (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/date_time
    REF boost-${VERSION}
    SHA512 c081e408a39b054414bc68f073f8bb5557e5935279376021d7e00666f64832edf32c49ac3623abd0e8313c3049705713fd7003a2618ec641af267f9f17a6171e
    HEAD_REF master
)

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