vcpkg/ports/boost-timer/portfile.cmake

16 lines
445 B
CMake
Raw Normal View History

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