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