Browse Source

CMake 4.1.3

Brad King 2 weeks ago
parent
commit
5961f5f3bc
2 changed files with 11 additions and 6 deletions
  1. 10 5
      Help/release/4.1.rst
  2. 1 1
      Source/CMakeVersion.cmake

+ 10 - 5
Help/release/4.1.rst

@@ -244,9 +244,14 @@ Changes made since CMake 4.1.0 include the following.
   directory's ``CMakeLists.txt``, as all other generator expression
   evaluations do.
 
-.. 4.1.3
+4.1.3
+-----
+
+* When building for macOS with the :generator:`Xcode` generator,
+  :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` once again defaults to the
+  host's macOS version if it is older than the macOS SDK version,
+  as it did in CMake versions prior to 4.0.
 
-  * When building for macOS with the :generator:`Xcode` generator,
-    :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` once again defaults to the
-    host's macOS version if it is older than the macOS SDK version,
-    as it did in CMake versions prior to 4.0.
+* The :command:`execute_process` command once again terminates child
+  processes when its ``TIMEOUT`` is reached.  This was accidentally
+  regressed by CMake 3.29.

+ 1 - 1
Source/CMakeVersion.cmake

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