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/fiber
|
|
REF boost-${VERSION}
|
|
SHA512 10d8695746280fea3fc911936777e833d98c0f65616a9cef43d8bd1167306fe6797373acca91ac2f454beb4d9447e6d6d54ba73ff84596862c0947e3487b7781
|
|
HEAD_REF master
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|