Help: Update Sphinx versionadded directives for 3.23 release

Run the script:

    Utilities/Sphinx/update_versions.py --since v3.22.0 --overwrite

Manually select updates that really belong to the 3.23 release, as
against adding documentation for previously-existing entities.
This commit is contained in:
Brad King 2022-02-02 09:43:11 -05:00
parent e61969c59e
commit 9334b5bd7b
6 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,8 @@
IMPORTED_NO_SYSTEM
------------------
.. versionadded:: 3.23
Specifies that an :ref:`Imported Target <Imported Targets>` is not
a ``SYSTEM`` library. This has the following effects:

View File

@ -1,6 +1,8 @@
INTERFACE_LINK_LIBRARIES_DIRECT
-------------------------------
.. versionadded:: 3.23
List of libraries that consumers of this library should treat
as direct link dependencies.

View File

@ -1,6 +1,8 @@
INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE
---------------------------------------
.. versionadded:: 3.23
List of libraries that consumers of this library should *not* treat
as direct link dependencies.

View File

@ -1,6 +1,8 @@
CMAKE_IGNORE_PREFIX_PATH
------------------------
.. versionadded:: 3.23
:ref:`Semicolon-separated list <CMake Language Lists>` of prefixes to be
*ignored* by the :command:`find_program`, :command:`find_library`,
:command:`find_file`, :command:`find_path`, and :command:`find_package`

View File

@ -1,6 +1,8 @@
CMAKE_SYSTEM_IGNORE_PREFIX_PATH
-------------------------------
.. versionadded:: 3.23
:ref:`Semicolon-separated list <CMake Language Lists>` of prefixes to be
*ignored* by the :command:`find_program`, :command:`find_library`,
:command:`find_file`, :command:`find_path`, and :command:`find_package`

View File

@ -1,5 +1,7 @@
CTEST_SUBMIT_INACTIVITY_TIMEOUT
-------------------------------
.. versionadded:: 3.23
Specify the CTest ``SubmitInactivityTimeout`` setting
in a :manual:`ctest(1)` dashboard client script.