CMake 4.4.3

This commit is contained in:
Brad King
2026-08-25 11:10:30 -04:00
parent 1eb64f8624
commit af7ecc8c29
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -453,8 +453,9 @@ Changes made since CMake 4.4.0 include the following.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.
.. 4.4.3
4.4.3
-----
* Swift policy :policy:`CMP0215`'s ``NEW`` behavior has been updated
to require policies :policy:`CMP0157` and :policy:`CMP0195` to also
be set to ``NEW``.
* Swift policy :policy:`CMP0215`'s ``NEW`` behavior has been updated
to require policies :policy:`CMP0157` and :policy:`CMP0195` to also
be set to ``NEW``.
+1 -1
View File
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 4)
set(CMake_VERSION_MINOR 4)
set(CMake_VERSION_PATCH 2)
set(CMake_VERSION_PATCH 3)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)