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