aboutsummaryrefslogtreecommitdiff
path: root/ports/alembic
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/alembic
parent20db9806c6a891558009d8b166f2f92f74599a12 (diff)
downloadvcpkg-690ddd480f86169e8eb2973d8bc57b769ebf8534.tar.gz
vcpkg-690ddd480f86169e8eb2973d8bc57b769ebf8534.zip
[many ports] Warning to VCPKG long build path (#8331)
Diffstat (limited to 'ports/alembic')
-rw-r--r--ports/alembic/CONTROL2
-rw-r--r--ports/alembic/portfile.cmake7
2 files changed, 2 insertions, 7 deletions
diff --git a/ports/alembic/CONTROL b/ports/alembic/CONTROL
index 9c886b755..e95c999d7 100644
--- a/ports/alembic/CONTROL
+++ b/ports/alembic/CONTROL
@@ -1,5 +1,5 @@
Source: alembic
-Version: 1.7.11-4
+Version: 1.7.11-5
Build-Depends: ilmbase, hdf5
Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.
Homepage: https://alembic.io/
diff --git a/ports/alembic/portfile.cmake b/ports/alembic/portfile.cmake
index 2d000871f..776e3471b 100644
--- a/ports/alembic/portfile.cmake
+++ b/ports/alembic/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)
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)