CMake 4.3.4

This commit is contained in:
Brad King
2026-06-17 09:53:06 -04:00
parent 8cf3d277b7
commit c2fd48014f
2 changed files with 9 additions and 8 deletions

View File

@@ -300,11 +300,12 @@ Changes made since CMake 4.3.0 include the following.
``cps/<package-name>`` subdirectory of the current build directory,
rather than directly to the current build directory.
.. 4.3.4
4.3.4
-----
* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed*
to generate :ref:`index files <cmake-instrumentation v1 Index File>` and
:ref:`snippet files <cmake-instrumentation v1 Snippet File>` with a new
``version`` field format. It is now an object with major and minor version
components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer
with only the major version, ``1``.
* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed*
to generate :ref:`index files <cmake-instrumentation v1 Index File>` and
:ref:`snippet files <cmake-instrumentation v1 Snippet File>` with a new
``version`` field format. It is now an object with major and minor version
components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer
with only the major version, ``1``.