Help: Update Sphinx versionadded directives for 3.19 release

Run the script:

    Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite
This commit is contained in:
Brad King
2020-10-07 13:27:25 -04:00
parent 1b6c0b375e
commit e1ab55b4ca
6 changed files with 12 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
CMAKE_OPTIMIZE_DEPENDENCIES
---------------------------
.. versionadded:: 3.19
Initializes the :prop_tgt:`OPTIMIZE_DEPENDENCIES` target property.

View File

@@ -1,6 +1,8 @@
CMAKE_XCODE_BUILD_SYSTEM
------------------------
.. versionadded:: 3.19
Xcode build system selection.
The :generator:`Xcode` generator defines this variable to indicate which

View File

@@ -1,6 +1,8 @@
CMAKE_XCODE_LINK_BUILD_PHASE_MODE
---------------------------------
.. versionadded:: 3.19
This variable is used to initialize the
:prop_tgt:`XCODE_LINK_BUILD_PHASE_MODE` property on targets.
It affects the methods that the :generator:`Xcode` generator uses to link