diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-11 17:54:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 17:54:53 -0700 |
| commit | 4498b6403e0ef1e441a3c4df36e45fda9b181237 (patch) | |
| tree | 04700a9c22cc05d4f6601072c8bb6b8c920b2659 | |
| parent | 8fe6f4bdd83f0b912327693c22e132c0c8f82744 (diff) | |
| download | vcpkg-4498b6403e0ef1e441a3c4df36e45fda9b181237.tar.gz vcpkg-4498b6403e0ef1e441a3c4df36e45fda9b181237.zip | |
[docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061)
| -rw-r--r-- | docs/users/triplets.md | 7 |
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. |
