mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
CMake 4.4.3
This commit is contained in:
@@ -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,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user