mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user