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/container
|
2022-01-10 22:47:12 +03:00
|
|
|
REF boost-1.78.0
|
|
|
|
SHA512 f20ca062d061c24caf262b6524525f4face4e7fc9e924d16b9160f7d7720c4490f131abc08f5ff9a04ea59c04cffef4f1cebf33a1d524aaed8903eb355b55700
|
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-container 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})
|