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