CMake 3.30.1

This commit is contained in:
Brad King
2024-07-18 09:13:21 -04:00
parent 07c1287c87
commit cd386f6425
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -242,3 +242,15 @@ Other Changes
directory has already been populated. CMake 3.29 and earlier did not
check this requirement, but it is now enforced, subject to policy
:policy:`CMP0170`.
Updates
=======
Changes made since CMake 3.30.0 include the following.
3.30.1
------
* This version made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.
+1 -1
View File
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 30)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_PATCH 1)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)