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