diff options
author | Brad King <brad.king@kitware.com> | 2022-03-04 17:06:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-04 17:06:35 (GMT) |
commit | 6e9eaf209dada6be84c1ac24e641c962fd40bae2 (patch) | |
tree | d0d8434f38b6453ae4986f03d4afef5b4f38e2c9 /Help/release | |
parent | e7c9304504e971dd9b1a06e54b03930e63b2625f (diff) | |
download | CMake-6e9eaf209dada6be84c1ac24e641c962fd40bae2.zip CMake-6e9eaf209dada6be84c1ac24e641c962fd40bae2.tar.gz CMake-6e9eaf209dada6be84c1ac24e641c962fd40bae2.tar.bz2 |
CMake 3.22.3v3.22.3
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.22.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/3.22.rst b/Help/release/3.22.rst index a82d396..1f773e6 100644 --- a/Help/release/3.22.rst +++ b/Help/release/3.22.rst @@ -155,3 +155,12 @@ and/or fix regressions. * The ``OLD`` behavior of :policy:`CMP0128` was fixed to add flags even when the specified standard matches the compiler default. + +3.22.3 +------ + +* The :command:`while` command again ignores errors in condition evaluation + as CMake 3.21 and below did. This bug was fixed in 3.22.0, but exposed + errors in existing projects. The fix has been reverted to restore + compatibility. The fix may be restored in a future version of CMake + via a policy. |