diff options
author | Brad King <brad.king@kitware.com> | 2021-03-12 13:01:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-12 13:36:45 (GMT) |
commit | 30c835428fffbf91191ebb1150d7fec00803523c (patch) | |
tree | 7ef8665102eaae79f7a8a67850f387caa27bf515 /Help/release | |
parent | 58a50a3a0aa814c0fb00720cb8fc9edb2cf72344 (diff) | |
download | CMake-30c835428fffbf91191ebb1150d7fec00803523c.zip CMake-30c835428fffbf91191ebb1150d7fec00803523c.tar.gz CMake-30c835428fffbf91191ebb1150d7fec00803523c.tar.bz2 |
VS: Accept and translate '-T version=' values with three components
The VS 16.8 and VS 16.9 toolset versions differ only in their third
component. The `vcvarsall` option `-vcvars_ver=` accepts a three
component version, so accept this format for VS toolset selection too.
Issue: #21922
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.19.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index 1d55f1e..49c6793 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -432,3 +432,11 @@ Changes made since CMake 3.19.0 include the following. ``CMakePresets.json`` or ``CMakeUserPresets.json`` files. This was mistakenly allowed by the implementation in CMake 3.19.0 through CMake 3.19.5, and was not documented. + +3.19.7 +------ + +* With :ref:`Visual Studio Generators` for VS 2017 and higher, the + :variable:`CMAKE_GENERATOR_TOOLSET` field ``version=`` now accepts + three-component MSVC toolset versions such as ``14.28.29910``. + See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable. |