16 lines
445 B
CMake
16 lines
445 B
CMake
# Automatically generated by scripts/boost/generate-ports.ps1
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/mysql
|
|
REF boost-${VERSION}
|
|
SHA512 2702763ec9c34e77e2758e5b309aaaeb054f3a1e2c07f0af8cc303e18c80ef29de54d577834d9cc1dbe44ade1dd283c456c50f1ee1d5b137d61a9707005918eb
|
|
HEAD_REF master
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|