diff options
| author | Phoebe <925731795@qq.com> | 2019-09-27 05:31:55 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-26 14:31:55 -0700 |
| commit | 690ddd480f86169e8eb2973d8bc57b769ebf8534 (patch) | |
| tree | 927713c8fe7afac9947ebd56c3e136776d192f65 /ports/boost-system | |
| parent | 20db9806c6a891558009d8b166f2f92f74599a12 (diff) | |
| download | vcpkg-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/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-system/portfile.cmake | 2 |
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
|
