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