CMake 4.1.1

This commit is contained in:
Brad King
2025-08-27 12:33:28 -04:00
parent e0cd3b7e7d
commit ba8c4a15f1
2 changed files with 13 additions and 1 deletions

View File

@@ -222,3 +222,15 @@ Other Changes
* The :genex:`TARGET_PROPERTY` generator expression now evaluates the
:prop_tgt:`LINK_LIBRARIES` and :prop_tgt:`INTERFACE_LINK_LIBRARIES`
target properties transitively. See policy :policy:`CMP0189`.
Updates
=======
Changes made since CMake 4.1.0 include the following.
4.1.1
-----
* This version made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.

View File

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