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:
parent
e61969c59e
commit
9334b5bd7b
@ -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:
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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`
|
||||
|
@ -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`
|
||||
|
@ -1,5 +1,7 @@
|
||||
CTEST_SUBMIT_INACTIVITY_TIMEOUT
|
||||
-------------------------------
|
||||
|
||||
.. versionadded:: 3.23
|
||||
|
||||
Specify the CTest ``SubmitInactivityTimeout`` setting
|
||||
in a :manual:`ctest(1)` dashboard client script.
|
||||
|
Loading…
Reference in New Issue
Block a user