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/interval
|
|
REF boost-${VERSION}
|
|
SHA512 c1d1a2942ce08135a18e5e17394dfa1747a8b6fd1669f2ec319c3bd9e4c4145b218fe3df8e542dc793102d4a564d687868f0c8ef7e8e16f43210295ca78fb65d
|
|
HEAD_REF master
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|