summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-07 13:27:25 -0400
committerBrad King <brad.king@kitware.com>2020-10-08 09:30:26 -0400
commite1ab55b4ca4cf6561c90a38dc8644cf3654e7b1d (patch)
treec148baeacab8fd3822de5b0060d1745acdaab214
parent1b6c0b375ef7cff9c05ddf49f8cf9342e1dc32d8 (diff)
downloadcmake-e1ab55b4ca4cf6561c90a38dc8644cf3654e7b1d.tar.gz
Help: Update Sphinx versionadded directives for 3.19 release
Run the script: Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite
-rw-r--r--Help/policy/CMP0110.rst2
-rw-r--r--Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst2
-rw-r--r--Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst2
-rw-r--r--Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst2
-rw-r--r--Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst2
-rw-r--r--Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst2
6 files changed, 12 insertions, 0 deletions
diff --git a/Help/policy/CMP0110.rst b/Help/policy/CMP0110.rst
index bc198aa813..25a00089f1 100644
--- a/Help/policy/CMP0110.rst
+++ b/Help/policy/CMP0110.rst
@@ -1,6 +1,8 @@
CMP0110
-------
+.. versionadded:: 3.19
+
:command:`add_test` supports arbitrary characters in test names.
:command:`add_test` can now (officially) create tests with whitespace and
diff --git a/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst b/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst
index 533cf6a027..2fdf1a912a 100644
--- a/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst
+++ b/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst
@@ -1,6 +1,8 @@
OPTIMIZE_DEPENDENCIES
---------------------
+.. versionadded:: 3.19
+
Activates dependency optimization of static and object libraries.
When this property is set to true, some dependencies for a static or object
diff --git a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
index 10cdedc77b..2a79bcae5b 100644
--- a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
+++ b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
@@ -1,6 +1,8 @@
XCODE_LINK_BUILD_PHASE_MODE
---------------------------
+.. versionadded:: 3.19
+
When using the :generator:`Xcode` generator, libraries to be linked will be
specified in the Xcode project file using either the "Link Binary With
Libraries" build phase or directly as linker flags. The former allows Xcode
diff --git a/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst b/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst
index eed352a191..0ffb9022fe 100644
--- a/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst
+++ b/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst
@@ -1,4 +1,6 @@
CMAKE_OPTIMIZE_DEPENDENCIES
---------------------------
+.. versionadded:: 3.19
+
Initializes the :prop_tgt:`OPTIMIZE_DEPENDENCIES` target property.
diff --git a/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst b/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
index 587a5c9a7d..d15306172e 100644
--- a/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
+++ b/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
@@ -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
diff --git a/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst b/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst
index ee4d37edcc..17189c0fc9 100644
--- a/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst
+++ b/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst
@@ -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