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