aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-11 17:54:53 -0700
committerGitHub <noreply@github.com>2019-04-11 17:54:53 -0700
commit4498b6403e0ef1e441a3c4df36e45fda9b181237 (patch)
tree04700a9c22cc05d4f6601072c8bb6b8c920b2659 /docs
parent8fe6f4bdd83f0b912327693c22e132c0c8f82744 (diff)
downloadvcpkg-4498b6403e0ef1e441a3c4df36e45fda9b181237.tar.gz
vcpkg-4498b6403e0ef1e441a3c4df36e45fda9b181237.zip
[docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061)
Diffstat (limited to 'docs')
-rw-r--r--docs/users/triplets.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users/triplets.md b/docs/users/triplets.md
index 87fa72fd3..7b75956e8 100644
--- a/docs/users/triplets.md
+++ b/docs/users/triplets.md
@@ -33,6 +33,13 @@ Valid options include any CMake system name, such as:
- `Darwin` (Mac OSX)
- `Linux` (Linux)
+### VCPKG_CMAKE_SYSTEM_VERSION
+Specifies the target platform system version.
+
+This field is optional and, if present, will be passed into the build as `CMAKE_SYSTEM_VERSION`.
+
+See also the CMake documentation for `CMAKE_SYSTEM_VERSION`: https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_VERSION.html.
+
### VCPKG_CHAINLOAD_TOOLCHAIN_FILE
Specifies an alternate CMake Toolchain file to use.