vcpkg/ports/boost-heap/portfile.cmake

14 lines
542 B
CMake
Raw Normal View History

2017-12-06 05:00:50 +08:00
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/heap
2020-11-07 05:30:37 +08:00
REF boost-1.74.0
SHA512 239d49d34c7d8300569b67fd979ac81cf5cefdd573787094b46b587384afc6881bd67bb9ffbc99da330b2ff45427a50782cc45c7b83c2a316936abed07bd4db3
2017-12-06 05:00:50 +08:00
HEAD_REF master
2020-11-07 05:30:37 +08:00
PATCHES 0002-Fix-compilation-on-MSVC-in-node_disposer.patch
2017-12-06 05:00:50 +08:00
)
2018-01-18 14:08:48 +08:00
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
2017-12-06 05:00:50 +08:00
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})