mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:28:59 +08:00
19 lines
679 B
CMake
19 lines
679 B
CMake
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
|
|
|
include(vcpkg_common_functions)
|
|
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/exception
|
|
REF boost-1.66.0
|
|
SHA512 ab4bd5df7250847c866e5b6db99930d190c04b2c2a46e49eb62e9ed9467b6f5aa60aa2db87e9fe27145321bf429a23e94a83bb28ea9f574d01b02ea06dd89571
|
|
HEAD_REF master
|
|
)
|
|
|
|
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
|
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
|
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|