File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11# CMake version number components.
22set (CMake_VERSION_MAJOR 4)
33set (CMake_VERSION_MINOR 1)
4- set (CMake_VERSION_PATCH 2 )
4+ set (CMake_VERSION_PATCH 3 )
55#set(CMake_VERSION_RC 0)
66set (CMake_VERSION_IS_DIRTY 0)
77
You can’t perform that action at this time.
0 commit comments