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