浏览代码

CMake 3.22.3

Brad King 3 年之前
父节点
当前提交
6e9eaf209d
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 9 0
      Help/release/3.22.rst
  2. 1 1
      Source/CMakeVersion.cmake

+ 9 - 0
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.

+ 1 - 1
Source/CMakeVersion.cmake

@@ -1,7 +1,7 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 22)
-set(CMake_VERSION_PATCH 2)
+set(CMake_VERSION_PATCH 3)
 #set(CMake_VERSION_RC 0)
 set(CMake_VERSION_IS_DIRTY 0)