diff options
Diffstat (limited to 'Help/release/3.27.rst')
-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 |