vcpkg/ports/boost-flyweight/portfile.cmake

16 lines
449 B
CMake
Raw Normal View History

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