summaryrefslogtreecommitdiff
path: root/Help/policy
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-10-26 11:15:53 +0000
committerKitware Robot <kwrobot@kitware.com>2020-10-26 07:16:03 -0400
commit394a5b71b039b0f3dac58998b758b10c7cabb37d (patch)
tree1100ea5b198cfb6f1ad5f6bbc19b6333e1631b8b /Help/policy
parentd22a760cb9f839eefb56051482dbb5f589ee9ff7 (diff)
parent95c14579f2b36e71bd217c9b03a2e20767650ecf (diff)
downloadcmake-394a5b71b039b0f3dac58998b758b10c7cabb37d.tar.gz
Merge topic 'docs-cleanup-3.19'
95c14579f2 Help: Cleanup typos and grammar for the 3.19 release Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5419
Diffstat (limited to 'Help/policy')
-rw-r--r--Help/policy/CMP0112.rst6
-rw-r--r--Help/policy/CMP0114.rst2
2 files changed, 4 insertions, 4 deletions
diff --git a/Help/policy/CMP0112.rst b/Help/policy/CMP0112.rst
index 3eab6d2871..78a90552b0 100644
--- a/Help/policy/CMP0112.rst
+++ b/Help/policy/CMP0112.rst
@@ -21,13 +21,13 @@ file name components no longer add a dependency on the evaluated target.
In CMake 3.18 and lower a dependency on the evaluated target of the above
-generator expressions would be always added. CMake 3.19 and above prefer
+generator expressions would always be added. CMake 3.19 and above prefer
to not add this dependency. This policy provides compatibility for projects
that have not been updated to expect the new behavior.
The ``OLD`` behavior for this policy is to add a dependency on the evaluated
-target for the the above generator expressions. The ``NEW`` behavior of
-this policy is to not add a dependency on the evaluated target for the the
+target for the above generator expressions. The ``NEW`` behavior of
+this policy is to not add a dependency on the evaluated target for the
above generator expressions.
This policy was introduced in CMake version 3.19. Unlike many policies,
diff --git a/Help/policy/CMP0114.rst b/Help/policy/CMP0114.rst
index 1bc1216a38..ae48478a4f 100644
--- a/Help/policy/CMP0114.rst
+++ b/Help/policy/CMP0114.rst
@@ -47,7 +47,7 @@ a revised design to address these problems:
* The ``download``, ``update``, and ``patch`` steps are independent.
* The ``configure``, ``build``, ``test``, and ``install`` steps are not.
- For custom steps, the :command:`ExternalProject_Add_Step` command provies
+ For custom steps, the :command:`ExternalProject_Add_Step` command provides
an ``INDEPENDENT`` option to mark them as independent. It is an error to
mark a step as independent if it depends on other steps that are not. Note
that this use of the term "independent" refers only to independence from