diff options
author | Brad King <brad.king@kitware.com> | 2023-08-09 15:18:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-08-10 14:00:53 (GMT) |
commit | d5118ed2e5d386be829869cffb681c38d551deae (patch) | |
tree | 489a58beb3f4d8dce853cb8b6d66cc3b2f18e10f /Help/variable | |
parent | 6b21d2bc9bbe241252b5ad30b7a8bb850518638c (diff) | |
parent | 89b611ab3232cdeb4892458bf9d6c3281a8fda00 (diff) | |
download | CMake-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.rst | 6 |
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. |