vcpkg/ports/boost-endian/portfile.cmake

16 lines
446 B
CMake
Raw Normal View History

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