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/kinectsdk2 | |
| parent | 20db9806c6a891558009d8b166f2f92f74599a12 (diff) | |
| download | vcpkg-690ddd480f86169e8eb2973d8bc57b769ebf8534.tar.gz vcpkg-690ddd480f86169e8eb2973d8bc57b769ebf8534.zip | |
[many ports] Warning to VCPKG long build path (#8331)
Diffstat (limited to 'ports/kinectsdk2')
| -rw-r--r-- | ports/kinectsdk2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/kinectsdk2/portfile.cmake | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/ports/kinectsdk2/CONTROL b/ports/kinectsdk2/CONTROL index ee0900842..4fc290d0f 100644 --- a/ports/kinectsdk2/CONTROL +++ b/ports/kinectsdk2/CONTROL @@ -1,3 +1,3 @@ Source: kinectsdk2 -Version: 2.0-1 +Version: 2.0-2 Description: Kinect for Windows SDK for Kinect v2 sensor. diff --git a/ports/kinectsdk2/portfile.cmake b/ports/kinectsdk2/portfile.cmake index 19072cd34..fc42bb99b 100644 --- a/ports/kinectsdk2/portfile.cmake +++ b/ports/kinectsdk2/portfile.cmake @@ -1,11 +1,6 @@ include(vcpkg_common_functions) -string(LENGTH "${CURRENT_BUILDTREES_DIR}" BUILDTREES_PATH_LENGTH) -if(BUILDTREES_PATH_LENGTH GREATER 37 AND CMAKE_HOST_WIN32) - message(WARNING "${PORT}'s buildsystem uses very long paths and may fail on your system.\n" - "We recommend moving vcpkg to a short path such as 'C:\\src\\vcpkg' or using the subst command." - ) -endif() +vcpkg_buildpath_length_warning(37) if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm") message(FATAL_ERROR "This port does not currently support architecture: ${VCPKG_TARGET_ARCHITECTURE}") |
