blob: 927bb361a1e249c20c151d568ea53a2a86d0b49d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/range
REF boost-1.74.0
SHA512 6d74717f47954a502ff10d5c81e5f7aabf7b497e05755d5a555425c664ef74f5a779372aadb897401301dd5e5353125e59fecfa661e72bb9f079054ef0986db2
HEAD_REF master
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|