mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:39:00 +08:00
23 lines
903 B
CMake
23 lines
903 B
CMake
|
# Automatically generated by scripts/boost/generate-ports.ps1
|
||
|
|
||
|
vcpkg_from_github(
|
||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||
|
REPO boostorg/cobalt
|
||
|
REF boost-${VERSION}
|
||
|
SHA512 167e1d48eefe2517b9cd3796602798cb3d8d14655e30cb175b468f667fb8ae132aba508fc96987c4518d0a364aa9b70461d368c56b62d18fcd0f923cd6525e7f
|
||
|
HEAD_REF master
|
||
|
)
|
||
|
|
||
|
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile"
|
||
|
"import ../../config/checks/config"
|
||
|
"import ../config/checks/config"
|
||
|
)
|
||
|
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||
|
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||
|
boost_modular_build(
|
||
|
SOURCE_PATH ${SOURCE_PATH}
|
||
|
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
|
||
|
)
|
||
|
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||
|
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|