Renumber post-3.31 development from 3.32 to 4.0

Issue: #26613
This commit is contained in:
Brad King
2025-01-16 09:08:49 -05:00
parent 1d5c1b0023
commit bd176b430c
51 changed files with 69 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
Handling Compiler Driver Differences
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. versionadded:: 3.32
.. versionadded:: 4.0
To pass options to the linker tool, each compiler driver has its own syntax.
The ``LINKER:`` prefix and ``,`` separator can be used to specify, in a portable

View File

@@ -1,7 +1,7 @@
cmake_instrumentation
---------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Enables interacting with the
:manual:`CMake Instrumentation API <cmake-instrumentation(7)>`.

View File

@@ -185,12 +185,12 @@ Options:
``NONE``
.. versionadded:: 3.32
.. versionadded:: 4.0
Regardless of any of the commands failing, the ``execute_process()``
command will not halt with an error.
.. versionadded:: 3.32
.. versionadded:: 4.0
If not provided, the
:variable:`CMAKE_EXECUTE_PROCESS_COMMAND_ERROR_IS_FATAL` variable

View File

@@ -373,7 +373,7 @@ Each entry is meant for installation trees following Windows (``W``), UNIX
.. [#p1] .. versionadded:: 3.25
.. [#p2] .. versionadded:: 3.32
.. [#p2] .. versionadded:: 4.0
On systems supporting macOS :prop_tgt:`FRAMEWORK` and :prop_tgt:`BUNDLE`, the
following directories are searched for Frameworks or Application Bundles
@@ -393,7 +393,7 @@ containing a configuration file:
``<prefix>/<name>.app/Contents/Resources/CMake/`` A
=============================================================== ==========
.. [#p3] .. versionadded:: 3.32
.. [#p3] .. versionadded:: 4.0
When searching the above paths, ``find_package`` will only look for ``.cps``
files in search paths which contain ``/cps/``, and will only look for
@@ -611,7 +611,7 @@ before calling ``find_package``.
Added the ``CMAKE_FIND_USE_<CATEGORY>`` variables to globally disable
various search locations.
.. versionchanged:: 3.32
.. versionchanged:: 4.0
The variables :variable:`CMAKE_FIND_PACKAGE_SORT_ORDER` and
:variable:`CMAKE_FIND_PACKAGE_SORT_DIRECTION` now also control the order
in which ``find_package`` searches directories matching the glob expression

View File

@@ -351,7 +351,7 @@ as needed to honor the state of the calling project:
* :policy:`CMP0157`
* :policy:`CMP0181`
.. versionadded:: 3.32
.. versionadded:: 4.0
The current setting of :policy:`CMP0181` policy is propagated through to the
generated test project.