aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/vcpkg_buildpath_length_warning.md
blob: d766afc9d858ca5d85f4242ac1b3c89c61e76777 (plain)
1
2
3
4
5
6
7
8
9
10
11
# vcpkg_buildpath_length_warning

Warns the user if their vcpkg installation path might be too long for the package they're installing.

## Usage
```cmake
vcpkg_buildpath_length_warning(13)
```

## Source
[scripts/cmake/vcpkg_buildpath_length_warning.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_buildpath_length_warning.cmake)