vcpkg/ports/boost-program-options/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
455 B
CMake

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