mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 00:09:02 +08:00
12 lines
357 B
Markdown
12 lines
357 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)
|