aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-10-15 03:12:23 +0200
committerGitHub <noreply@github.com>2021-10-14 18:12:23 -0700
commitb8f91d13f3494cd673776aabdc504f5c736fdba2 (patch)
treec52f0a777304f4de000830cc8579f53d85d043ef
parent0a1d0f84f7ce0ea3432fa6d928a2137b43861d45 (diff)
downloadvcpkg-b8f91d13f3494cd673776aabdc504f5c736fdba2.tar.gz
vcpkg-b8f91d13f3494cd673776aabdc504f5c736fdba2.zip
docs: You can use the msbuild interation with multiple triplets since #19767 (#20717)
-rw-r--r--docs/users/manifests.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/users/manifests.md b/docs/users/manifests.md
index 0018ff375..89dcc25b3 100644
--- a/docs/users/manifests.md
+++ b/docs/users/manifests.md
@@ -445,14 +445,10 @@ Then, add a vcpkg.json above your project file (such as in the root of your sour
property `VcpkgEnableManifest` to `true`. You can set this property via the IDE in `Project Properties -> Vcpkg -> Use
Vcpkg Manifest`.
-As part of your project's build, vcpkg automatically be run and install any listed dependencies to `vcpkg_installed/`
+As part of your project's build, vcpkg automatically be run and install any listed dependencies to `vcpkg_installed/$(VcpkgTriplet)/`
adjacent to the `vcpkg.json` file; these files will then automatically be included in and linked to your MSBuild
projects.
-Note: It is critical that all project files in a single build consuming the same `vcpkg.json` use the same triplet; if
-you need to use different triplets for different projects in your solution, they must consume from different
-`vcpkg.json` files.
-
### Known issues
* Visual Studio 2015 does not correctly track edits to the `vcpkg.json` and `vcpkg-configuration.json` files, and will