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