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