summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-09 00:32:52 (GMT)
committerBrad King <brad.king@kitware.com>2023-08-09 00:35:02 (GMT)
commit4776a584adc0b9a68a25b5870cfaa58f4dfffb29 (patch)
tree9c80331750b5693de3e1c26d8963927523cafa7b /Help
parent4a8f9260c5159015060515d3409329f719eac8c3 (diff)
downloadCMake-4776a584adc0b9a68a25b5870cfaa58f4dfffb29.zip
CMake-4776a584adc0b9a68a25b5870cfaa58f4dfffb29.tar.gz
CMake-4776a584adc0b9a68a25b5870cfaa58f4dfffb29.tar.bz2
Help: Add 3.27 release note on VS default SDK selection
This was accidentally left out of commit f90c8ab54e (VS: Select latest available Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1). Issue: #16202
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.27.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/release/3.27.rst b/Help/release/3.27.rst
index e98a49a..a8218ba 100644
--- a/Help/release/3.27.rst
+++ b/Help/release/3.27.rst
@@ -33,7 +33,7 @@ Generators
linker will cause a relink if they change (typically modified timestamps).
See the :variable:`CMAKE_LINK_DEPENDS_USE_LINKER` variable.
-* The :ref:`Visual Studio Generators` for VS 2015 and above learned to
+* The :ref:`Visual Studio Generators` for VS 14 (2015) and above learned to
select the Windows SDK version explicitly using a ``version=`` field
in the :variable:`CMAKE_GENERATOR_PLATFORM` variable.
See :ref:`Visual Studio Platform Selection`.
@@ -257,6 +257,9 @@ Other Changes
* :ref:`Visual Studio Generators`, for VS 15.8 (2017) and newer, now
build custom commands in parallel. See policy :policy:`CMP0147`.
+* :ref:`Visual Studio Generators` for VS 14 (2015) and above now prefer
+ to select the latest Windows SDK version. See policy :policy:`CMP0149`.
+
Updates
=======