vcpkg/ports/boost-sort/portfile.cmake

13 lines
463 B
CMake
Raw Normal View History

# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/sort
REF boost-${VERSION}
SHA512 783b70bf511b53f374dc8883b5b5a494bb35a88e38d5d2c10d4e702f80ef5d0649f0c4aa4762875741519c4319c35cf3f1064fa221ee19dbdcf277c85f588dac
HEAD_REF master
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})