diff options
author | Brad King <brad.king@kitware.com> | 2022-03-04 17:52:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-04 17:52:28 (GMT) |
commit | 7a8536e0eab97d5467dbcca9b14f1a9deaf934ae (patch) | |
tree | 9dc453cb1fb0a64dd2d9788a483ddb5efa994eae | |
parent | 41d13ade7c2b582f2ce25114057fabae554670d4 (diff) | |
parent | 6e9eaf209dada6be84c1ac24e641c962fd40bae2 (diff) | |
download | CMake-7a8536e0eab97d5467dbcca9b14f1a9deaf934ae.zip CMake-7a8536e0eab97d5467dbcca9b14f1a9deaf934ae.tar.gz CMake-7a8536e0eab97d5467dbcca9b14f1a9deaf934ae.tar.bz2 |
Merge branch 'release-3.22' into release-3.23
-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. |