vcpkg/ports/boost-compatibility/portfile.cmake

16 lines
453 B
CMake
Raw Normal View History

# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/compatibility
REF boost-${VERSION}
SHA512 a8921d7c708c064091caaadcb6607af08cabdad2f348703c5ce82ea17471bfef639822f8607667e84cc8dd46940e5ce08b0217773899f869ca9070df05d16e18
HEAD_REF master
)
set(FEATURE_OPTIONS "")
boost_configure_and_install(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
)