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