mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
Add documentation of https://github.com/microsoft/vcpkg-tool/pull/725 (#27188)
* Add documentation of https://github.com/microsoft/vcpkg-tool/pull/725 * Fix @Neumann-A's feedback
This commit is contained in:
parent
51dd79db8c
commit
0948fa8a1e
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ This environment variable can be set to the full path of an executable to be use
|
|||
|
||||
#### VCPKG_ROOT
|
||||
|
||||
This environment variable can be set to a directory to use as the root of the vcpkg instance. Note that mixing vcpkg
|
||||
repo versions and executable versions can cause issues.
|
||||
This environment variable can be set to a directory to use as the root of the vcpkg instance. This will only be used if
|
||||
the vcpkg executable is not located within a valid root and the command line switch `--vcpkg-root` is unused.
|
||||
|
||||
#### VCPKG_VISUAL_STUDIO_PATH
|
||||
|
||||
|
|
Loading…
Reference in a new issue