aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-system
diff options
context:
space:
mode:
authorPhoebe <925731795@qq.com>2019-09-27 05:31:55 +0800
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-26 14:31:55 -0700
commit690ddd480f86169e8eb2973d8bc57b769ebf8534 (patch)
tree927713c8fe7afac9947ebd56c3e136776d192f65 /ports/boost-system
parent20db9806c6a891558009d8b166f2f92f74599a12 (diff)
downloadvcpkg-690ddd480f86169e8eb2973d8bc57b769ebf8534.tar.gz
vcpkg-690ddd480f86169e8eb2973d8bc57b769ebf8534.zip
[many ports] Warning to VCPKG long build path (#8331)
Diffstat (limited to 'ports/boost-system')
-rw-r--r--ports/boost-system/CONTROL2
-rw-r--r--ports/boost-system/portfile.cmake2
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/boost-system/CONTROL b/ports/boost-system/CONTROL
index 79089afd9..6d4e9d8c4 100644
--- a/ports/boost-system/CONTROL
+++ b/ports/boost-system/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-system
-Version: 1.70.0
+Version: 1.70.0-1
Build-Depends: boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/system
Description: Boost system module
diff --git a/ports/boost-system/portfile.cmake b/ports/boost-system/portfile.cmake
index 96fe08461..fde4918db 100644
--- a/ports/boost-system/portfile.cmake
+++ b/ports/boost-system/portfile.cmake
@@ -2,6 +2,8 @@
include(vcpkg_common_functions)
+vcpkg_buildpath_length_warning(37)
+
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/system