diff options
author | Brad King <brad.king@kitware.com> | 2022-03-04 17:52:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-04 17:52:03 (GMT) |
commit | 4dfc166976515f71a735cb28546b41ad875b3670 (patch) | |
tree | 419bafe1aafa4cad7fd00ad54aa266d3d244a9f5 /Help/release | |
parent | bbc42613b1c7ed3ff4e4e9367fd2832728698792 (diff) | |
parent | 6e9eaf209dada6be84c1ac24e641c962fd40bae2 (diff) | |
download | CMake-4dfc166976515f71a735cb28546b41ad875b3670.zip CMake-4dfc166976515f71a735cb28546b41ad875b3670.tar.gz CMake-4dfc166976515f71a735cb28546b41ad875b3670.tar.bz2 |
Merge branch 'release-3.22'
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. |