Skip to content

Commit 5961f5f

Browse files
committed
CMake 4.1.3
1 parent 89b555f commit 5961f5f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Help/release/4.1.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,14 @@ Changes made since CMake 4.1.0 include the following.
244244
directory's ``CMakeLists.txt``, as all other generator expression
245245
evaluations do.
246246

247-
.. 4.1.3
247+
4.1.3
248+
-----
249+
250+
* When building for macOS with the :generator:`Xcode` generator,
251+
:variable:`CMAKE_OSX_DEPLOYMENT_TARGET` once again defaults to the
252+
host's macOS version if it is older than the macOS SDK version,
253+
as it did in CMake versions prior to 4.0.
248254

249-
* When building for macOS with the :generator:`Xcode` generator,
250-
:variable:`CMAKE_OSX_DEPLOYMENT_TARGET` once again defaults to the
251-
host's macOS version if it is older than the macOS SDK version,
252-
as it did in CMake versions prior to 4.0.
255+
* The :command:`execute_process` command once again terminates child
256+
processes when its ``TIMEOUT`` is reached. This was accidentally
257+
regressed by CMake 3.29.

Source/CMakeVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CMake version number components.
22
set(CMake_VERSION_MAJOR 4)
33
set(CMake_VERSION_MINOR 1)
4-
set(CMake_VERSION_PATCH 2)
4+
set(CMake_VERSION_PATCH 3)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)