mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 23:39:01 +08:00
12 lines
358 B
Markdown
12 lines
358 B
Markdown
|
# 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)
|