summaryrefslogtreecommitdiffstats
path: root/Help/release/3.22.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-01-24 17:37:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-01-24 17:37:51 (GMT)
commitb13be8613a12f7e40b1b839d796b78a54874334b (patch)
tree4733f62457243d208594a854e42ec0f5e1424943 /Help/release/3.22.rst
parenta5109e676f9fedabdf09bdb1ce92e60f45ba6843 (diff)
parentee1396e29e98dbd3a4517ce364a534c80bc6fb4a (diff)
downloadCMake-b13be8613a12f7e40b1b839d796b78a54874334b.zip
CMake-b13be8613a12f7e40b1b839d796b78a54874334b.tar.gz
CMake-b13be8613a12f7e40b1b839d796b78a54874334b.tar.bz2
Merge topic 'cmp0128_cuda' into release-3.22
ee1396e29e CMP0128: Add flag in OLD mode even when standard matches the default b2c25de8e0 CMP0128: Avoid test code duplication 3a089cd256 CMP0128: Prefix test names with mode e13dd52535 XL: Detect default extensions mode for legacy compiler Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6890
Diffstat (limited to 'Help/release/3.22.rst')
-rw-r--r--Help/release/3.22.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.22.rst b/Help/release/3.22.rst
index fcb655d..4cc34fa 100644
--- a/Help/release/3.22.rst
+++ b/Help/release/3.22.rst
@@ -142,3 +142,9 @@ Other Changes
This became available as of VS 16.10 (toolchain version 14.29.30037).
* The :cpack_gen:`CPack NSIS Generator` now requires NSIS 3.03 or later.
+
+3.22.2
+------
+
+* The ``OLD`` behavior of :policy:`CMP0128` was fixed to add flags even when
+ the specified standard matches the compiler default.