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