vcpkg/ports/boost-json/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

16 lines
444 B
CMake

# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/json
REF boost-${VERSION}
SHA512 c8b76b2e14fbb73d47d8f6fd952423c827804192f2dbf9758f90f5a41b538c6a6a5cff29c8406671dddd3c8ea7ab1002fdf3a2094feb6940b7a01c297beeb480
HEAD_REF master
)
set(FEATURE_OPTIONS "")
boost_configure_and_install(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
)