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