blob: b008b117ecb2eb3fc3067b89d8204d8d8d703ba2 (
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/convert
REF boost-1.74.0
SHA512 91593fa05a3762f585b56eb970bc44c8a5becd894312c7b92472d63b78e69e7d920f4010085a268a34ca331ec095abd67a52a7b0e70fb071652c18e6f536d110
HEAD_REF master
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|