Skip to content

Commit

Permalink
[docs] document VCPKG_INSTALLED_DIR variable (microsoft#22695)
Browse files Browse the repository at this point in the history
  • Loading branch information
strega-nil authored Feb 4, 2022
1 parent ee1531c commit 94c43b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/users/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@ If unset, vcpkg will automatically detect an appropriate native triplet (x64-win

See also [Host Dependencies](host-dependencies.md).

### `VCPKG_INSTALLED_DIR`

This variable allows one to set the location of the `vcpkg_installed` directory.
It defaults to `${CMAKE_BINARY_DIR}/vcpkg_installed`.

#### `VCPKG_MANIFEST_MODE`

This variable controls whether vcpkg operates in manifest mode or in classic mode. To disable manifest mode even with a
Expand Down

0 comments on commit 94c43b8

Please sign in to comment.