vcpkg/ports/boost-locale/portfile.cmake

20 lines
550 B
CMake
Raw Normal View History

# 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}
)