19 lines
529 B
CMake
19 lines
529 B
CMake
# Automatically generated by scripts/boost/generate-ports.ps1
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/regex
|
|
REF boost-${VERSION}
|
|
SHA512 822deca098dbb21f1df0159a2ccee16b899558f32e4a5dfcb2c349af4fa5e57502c4eb959d989a26a930c877a649c7bae65a292fcac11b40eef4efc849ae8d19
|
|
HEAD_REF master
|
|
PATCHES
|
|
compat.diff
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/features.cmake")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|