diff options
author | Brad King <brad.king@kitware.com> | 2023-08-08 20:43:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-08-10 13:59:25 (GMT) |
commit | 89b611ab3232cdeb4892458bf9d6c3281a8fda00 (patch) | |
tree | c54a6010827a11fefd621612b4145434ee5e68aa /Help | |
parent | ae97d82e830c6ddc81808e3f44dad8a47a30bcae (diff) | |
download | CMake-89b611ab3232cdeb4892458bf9d6c3281a8fda00.zip CMake-89b611ab3232cdeb4892458bf9d6c3281a8fda00.tar.gz CMake-89b611ab3232cdeb4892458bf9d6c3281a8fda00.tar.bz2 |
VS: Select latest Windows SDK even when targeting Windows 8.1 and below
The policy added by commit f90c8ab54e (VS: Select latest available
Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1) applied
only when targeting Windows 10+. Apply it to older versions too.
Fixes: #25170
Issue: #16202
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.27.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.27.rst b/Help/release/3.27.rst index 9b9db83..457b48c 100644 --- a/Help/release/3.27.rst +++ b/Help/release/3.27.rst @@ -275,6 +275,11 @@ Changes made since CMake 3.27.0 include the following. 3.27.2 ------ +* :ref:`Visual Studio Generators` for VS 14 (2015) and above now prefer to + select the latest Windows SDK, as documented by policy :policy:`CMP0149`, + when targeting any version of Windows. In CMake 3.27.[0-1] the + preference was limited to targeting Windows 10 and above. + * :ref:`Visual Studio Generators` for VS 14 (2015) and above now support using ``version=8.1`` in the :variable:`CMAKE_GENERATOR_PLATFORM` variable to select the Windows 8.1 SDK. In CMake 3.27.[0-1] the ``version=`` field |