diff options
Diffstat (limited to 'vcpkg/ports/boost-histogram/portfile.cmake')
| -rw-r--r-- | vcpkg/ports/boost-histogram/portfile.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-histogram/portfile.cmake b/vcpkg/ports/boost-histogram/portfile.cmake new file mode 100644 index 0000000..ea34fab --- /dev/null +++ b/vcpkg/ports/boost-histogram/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/histogram + REF boost-${VERSION} + SHA512 5b2aee537601f09cc3ec339374aa9a2976c0071a7f2e78f6cc35b5851d272241e27a78f4a3238d9b29f58e64d0b933bccbd59b3785d2deb64284bdfd86d91025 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) |