2020-12-16 06:00:41 +07:00
|
|
|
# Automatically generated by scripts/boost/generate-ports.ps1
|
2017-12-05 13:00:50 -08:00
|
|
|
|
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO boostorg/wave
|
2022-01-10 22:47:12 +03:00
|
|
|
REF boost-1.78.0
|
|
|
|
SHA512 4de422e47415d4abff3ef8002a9489ddf10578fa51bb681e273b585acea5e3d055a12a084813f37103765d9372d1a0cf9a43fb224fb54cc76116f17d28193719
|
2017-12-05 13:00:50 -08:00
|
|
|
HEAD_REF master
|
|
|
|
)
|
|
|
|
|
2021-03-26 12:55:34 -07:00
|
|
|
if(NOT DEFINED CURRENT_HOST_INSTALLED_DIR)
|
|
|
|
message(FATAL_ERROR "boost-wave requires a newer version of vcpkg in order to build.")
|
|
|
|
endif()
|
|
|
|
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
2017-12-05 13:00:50 -08:00
|
|
|
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
2018-01-17 22:08:48 -08:00
|
|
|
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
2017-12-05 13:00:50 -08:00
|
|
|
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|