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