summaryrefslogtreecommitdiff
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-21 14:18:16 +0000
committerKitware Robot <kwrobot@kitware.com>2021-01-21 09:18:31 -0500
commitfddbb7db4b41f617489dc068c5ce25218ef8ac90 (patch)
tree24aee404f2c45ad524d97945fcefed30df542a32 /Help/release
parentc70f49d16e0a3436b152f3084940063043078154 (diff)
parent1e67482daf417135d09054327368c6651c33fa84 (diff)
downloadcmake-fddbb7db4b41f617489dc068c5ce25218ef8ac90.tar.gz
Merge topic 'vs-sdk-selection'
1e67482daf VS: Generalize Win10 max SDK version to all VS generators Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5721
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.19.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst
index 7ad27c89fa..d819e8ce14 100644
--- a/Help/release/3.19.rst
+++ b/Help/release/3.19.rst
@@ -400,3 +400,11 @@ Changes made since CMake 3.19.0 include the following.
* The naming pattern ``cmake-$ver-macos10.10-universal`` is a universal
binary with ``x86_64`` and ``arm64`` architectures. It requires
macOS 10.10 or newer.
+
+3.19.4
+------
+
+* The :variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM`
+ variable introduced in 3.19.0 previously worked only with the
+ :generator:`Visual Studio 14 2015` generator. It has now been fixed to
+ work with :ref:`Visual Studio Generators` for later VS versions too.