From 4498b6403e0ef1e441a3c4df36e45fda9b181237 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 11 Apr 2019 17:54:53 -0700 Subject: [PATCH] [docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061) --- docs/users/triplets.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.