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
+2 -2
View File
@@ -64,11 +64,11 @@ build tree. In some cases, for example for packaging and for system
wide installations, it is not desirable to write the user package
registry.
.. versionadded:: 3.1
.. versionchanged:: 3.1
If the :variable:`CMAKE_EXPORT_NO_PACKAGE_REGISTRY` variable
is enabled, the ``export(PACKAGE)`` command will do nothing.
.. versionadded:: 3.15
.. versionchanged:: 3.15
By default the ``export(PACKAGE)`` command does nothing (see policy
:policy:`CMP0090`) because populating the user package registry has effects
outside the source and build trees. Set the