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/context
|
2022-01-10 22:47:12 +03:00
|
|
|
REF boost-1.78.0
|
|
|
|
SHA512 ea2695df5301853209ed0db70cff632e27066dbd2dcfb3946022633427a45ad07f104eee7ac554038a45f4bf89fb8b39ee4d07f873aebb4571ed392d1e343879
|
2017-12-05 13:00:50 -08:00
|
|
|
HEAD_REF master
|
|
|
|
)
|
|
|
|
|
2018-04-17 15:18:09 -07:00
|
|
|
file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
|
|
|
|
string(REPLACE "import ../../config/checks/config" "import config/checks/config" _contents "${_contents}")
|
|
|
|
file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
|
|
|
|
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config")
|
2021-03-26 12:55:34 -07:00
|
|
|
if(NOT DEFINED CURRENT_HOST_INSTALLED_DIR)
|
|
|
|
message(FATAL_ERROR "boost-context requires a newer version of vcpkg in order to build.")
|
|
|
|
endif()
|
|
|
|
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
2021-02-26 22:17:33 +01:00
|
|
|
configure_file(
|
|
|
|
"${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake.in"
|
|
|
|
"${CURRENT_BUILDTREES_DIR}/vcpkg-b2-options.cmake"
|
|
|
|
@ONLY
|
|
|
|
)
|
|
|
|
boost_modular_build(
|
|
|
|
SOURCE_PATH ${SOURCE_PATH}
|
|
|
|
BOOST_CMAKE_FRAGMENT "${CURRENT_BUILDTREES_DIR}/vcpkg-b2-options.cmake"
|
|
|
|
)
|
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})
|