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