vcpkg/ports/boost-numeric-conversion/portfile.cmake

13 lines
477 B
CMake
Raw Normal View History

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