mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 10:37:55 +08:00
16 lines
448 B
CMake
16 lines
448 B
CMake
|
# Automatically generated by scripts/boost/generate-ports.ps1
|
||
|
|
||
|
vcpkg_from_github(
|
||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||
|
REPO boostorg/charconv
|
||
|
REF boost-${VERSION}
|
||
|
SHA512 9cfe701bf0b24d5c11e3eaeb6de3693cc69ad2d3c59365e2ac7b5546ead726c476478e05b419d15091d5ae132b280e2a323241d9a9cd74967a23b810d7bfe71d
|
||
|
HEAD_REF master
|
||
|
)
|
||
|
|
||
|
set(FEATURE_OPTIONS "")
|
||
|
boost_configure_and_install(
|
||
|
SOURCE_PATH "${SOURCE_PATH}"
|
||
|
OPTIONS ${FEATURE_OPTIONS}
|
||
|
)
|