summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-09 15:18:25 (GMT)
committerBrad King <brad.king@kitware.com>2023-08-10 14:00:53 (GMT)
commitd5118ed2e5d386be829869cffb681c38d551deae (patch)
tree489a58beb3f4d8dce853cb8b6d66cc3b2f18e10f /Help/variable
parent6b21d2bc9bbe241252b5ad30b7a8bb850518638c (diff)
parent89b611ab3232cdeb4892458bf9d6c3281a8fda00 (diff)
downloadCMake-d5118ed2e5d386be829869cffb681c38d551deae.zip
CMake-d5118ed2e5d386be829869cffb681c38d551deae.tar.gz
CMake-d5118ed2e5d386be829869cffb681c38d551deae.tar.bz2
Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_GENERATOR_PLATFORM.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
index 416ff60..22bf655 100644
--- a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
+++ b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
@@ -50,7 +50,7 @@ Supported pairs are:
.. versionadded:: 3.27
Specify the Windows SDK version to use. This is supported by VS 2015 and
- above when targeting Windows 10.0+ or Windows Store. CMake will set the
+ above when targeting Windows or Windows Store. CMake will set the
:variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION` variable to the
selected SDK version.
@@ -66,6 +66,10 @@ Supported pairs are:
the value of :variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM`,
if that variable is set.
+ ``8.1``
+ Specify the 8.1 SDK version. This is always supported by VS 2015.
+ On VS 2017 and above the 8.1 SDK must be installed.
+
If the ``version`` field is not specified, CMake selects a version as
described in the :variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION`
variable documentation.