Help: Replace some versionadded directives with versionchanged

`.. versionchanged` directive might be more appropriate when
documentation refers to previous CMake version, old behavior
or a policy, and there's no new parameter or a variable involved.

Issue: #19715
This commit is contained in:
Nikita Nemkin
2020-11-10 19:53:41 +05:00
parent 8b9497e3e5
commit a19058d7d8
13 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ The ``<multi_value_keywords>`` argument contains all keywords for this
macro which can be followed by more than one value, like e.g. the
``TARGETS`` or ``FILES`` keywords of the :command:`install` command.
.. versionadded:: 3.5
.. versionchanged:: 3.5
All keywords shall be unique. I.e. every keyword shall only be specified
once in either ``<options>``, ``<one_value_keywords>`` or
``<multi_value_keywords>``. A warning will be emitted if uniqueness is