vcpkg/ports/boost-coroutine/portfile.cmake
Chris Moore 2bf1c1da02
[boost-coroutine] Add patch from boost.org (#10988)
* [boost-coroutine] Add patch from boost.org

* [boost-coroutine] update package version and remove derecated include
2020-04-27 07:27:51 -07:00

17 lines
676 B
CMake

# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/coroutine
REF boost-1.72.0
SHA512 efd234d24692a484b3bb4fdf9790d6e0014ba87ba628768dc2710c9999da14ea4ec6fef2e55a6283d8c3cb22894bd737cadb61f788d9f5e1408785e8c32892a0
HEAD_REF master
PATCHES
0001-revert-cease-dependence-on-range.patch
)
include(${CURRENT_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})