summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-04-03 10:56:47 -0400
committerBrad King <brad.king@kitware.com>2023-04-05 12:06:22 -0400
commitb512c53d43b6078c97e06231ccbfa8599a66a4f4 (patch)
treec751b6ede80ef913c3d2091d74f6ebce35589d4b /Help
parent2f3d945f8382fef4139c7d0c3879f6ff2f3756a0 (diff)
downloadcmake-b512c53d43b6078c97e06231ccbfa8599a66a4f4.tar.gz
VS: Add support for setting WindowsTargetPlatformVersion to 10.0
VS 2019 and above support this value to select a SDK version automatically. Fixes: #21403
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_GENERATOR_PLATFORM.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
index 3b6932a559..416ff60f34 100644
--- a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
+++ b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
@@ -56,6 +56,10 @@ Supported pairs are:
The ``<version>`` may be one of:
+ ``10.0``
+ Specify that any 10.0 SDK version may be used, and let Visual Studio
+ pick one. This is supported by VS 2019 and above.
+
``10.0.<build>.<increment>``
Specify the exact 4-component SDK version, e.g., ``10.0.19041.0``.
The specified version of the SDK must be installed. It may not exceed