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