vcpkg/docs/maintainers/vcpkg_buildpath_length_warning.md

12 lines
358 B
Markdown
Raw Normal View History

# 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)