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