vcpkg/ports/boost-multiprecision/portfile.cmake
Alexander Neumann a8954b904a
[boost] fix hashes (#38979)
- 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
2024-05-29 01:57:56 -07:00

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