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