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