mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 17:07:54 +08:00
a8954b904a
- I did not update generate, lets hope the next boost update comes before there are other big changes needed. Fixes https://github.com/microsoft/vcpkg/issues/38974
18 lines
493 B
CMake
18 lines
493 B
CMake
# Automatically generated by scripts/boost/generate-ports.ps1
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO boostorg/multiprecision
|
|
REF boost-${VERSION}
|
|
SHA512 b96d2d805bc2e6d25145059de6d800d53ad6021a190896acba4f209a5cea2cd63f51a4e791dbcdba30ddaa91b2f22a4367507920cd8e1ad6b073013dba9684d4
|
|
HEAD_REF master
|
|
PATCHES
|
|
remove-random.diff
|
|
)
|
|
|
|
set(FEATURE_OPTIONS "")
|
|
boost_configure_and_install(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS ${FEATURE_OPTIONS}
|
|
)
|