diff options
| author | Brad King <brad.king@kitware.com> | 2026-01-20 14:46:37 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2026-01-20 14:46:37 (GMT) |
| commit | 3356d93e66fb2a70c4cf8e4849429c1d8839bdee (patch) | |
| tree | a4647bc3ab800483754f3cfa51104f16b8d29360 | |
| parent | 2660f5fbb4cc20fe32b2b027ad31b18a915c4e1c (diff) | |
| download | CMake-4.2.2.zip CMake-4.2.2.tar.gz CMake-4.2.2.tar.bz2 | |
CMake 4.2.2v4.2.2
| -rw-r--r-- | Help/release/4.2.rst | 13 | ||||
| -rw-r--r-- | Source/CMakeVersion.cmake | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/Help/release/4.2.rst b/Help/release/4.2.rst index 50139fa..a47112e 100644 --- a/Help/release/4.2.rst +++ b/Help/release/4.2.rst @@ -237,10 +237,11 @@ Changes made since CMake 4.2.0 include the following. Some implementation updates were made to support ecosystem changes and/or fix regressions. -.. 4.2.2 +4.2.2 +----- - * Policy :policy:`CMP0199`'s NEW behavior has been partially reverted. - In 4.2.0 and 4.2.1, ``$<CONFIG:cfgs>`` only matched the configuration - of the consumed target. This broke existing use cases that rely on - matching the configuration of the consuming target, and so has been - partially reverted to match either as CMake 4.1 and below did. +* Policy :policy:`CMP0199`'s NEW behavior has been partially reverted. + In 4.2.0 and 4.2.1, ``$<CONFIG:cfgs>`` only matched the configuration + of the consumed target. This broke existing use cases that rely on + matching the configuration of the consuming target, and so has been + partially reverted to match either as CMake 4.1 and below did. diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 076ddab..b6d95b9 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 4) set(CMake_VERSION_MINOR 2) -set(CMake_VERSION_PATCH 1) +set(CMake_VERSION_PATCH 2) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0) |
