summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2024-03-29 17:43:30 (GMT)
committerPeter Kokot <peterkokot@gmail.com>2024-03-29 17:43:30 (GMT)
commite722f73e4005eb9fed8e5fba9f46be1f954ca04e (patch)
tree4215ebcec94feedb65be760cd17e3463a3fdba09 /Help
parentf852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7 (diff)
downloadCMake-e722f73e4005eb9fed8e5fba9f46be1f954ca04e.zip
CMake-e722f73e4005eb9fed8e5fba9f46be1f954ca04e.tar.gz
CMake-e722f73e4005eb9fed8e5fba9f46be1f954ca04e.tar.bz2
Help: Document MANUALLY_ADDED_DEPENDENCIES in add_dependencies
This adds a note about the MANUALLY_ADDED_DEPENDENCIES target property to the add_dependencies documentation page. It was introduced in v3.8.0.
Diffstat (limited to 'Help')
-rw-r--r--Help/command/add_dependencies.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/add_dependencies.rst b/Help/command/add_dependencies.rst
index 7ff9ac1..3a51a30 100644
--- a/Help/command/add_dependencies.rst
+++ b/Help/command/add_dependencies.rst
@@ -20,6 +20,10 @@ transitively in its place since the target itself does not build.
.. versionadded:: 3.3
Allow adding dependencies to interface libraries.
+.. versionadded:: 3.8
+ Dependencies will populate the :prop_tgt:`MANUALLY_ADDED_DEPENDENCIES`
+ property of ``<target>``.
+
.. versionchanged:: 3.9
The :ref:`Ninja Generators` use weaker ordering than
other generators in order to improve available concurrency.