mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 04:51:48 +08:00
cbf4a66415
closes #38201 supersedes #38237 Lets see if I forgot to cherry pick something. --------- Co-authored-by: Yury Bura <yurybura@gmail.com>
20 lines
550 B
CMake
20 lines
550 B
CMake
# Automatically generated by scripts/boost/generate-ports.ps1
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/locale
|
|
REF boost-${VERSION}
|
|
SHA512 bd07d476cbf44fae8ebb5ada62e4a79dc89e0033190bc9c1c2a7b7e4113cd3ec78e18095c33cfa1bb2708870a7fb8525277576fb53664c307b0079197538889e
|
|
HEAD_REF master
|
|
PATCHES
|
|
fix-dependencies.patch
|
|
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/features.cmake")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|