diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-10-24 11:48:30 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-10-24 11:58:42 (GMT) |
commit | 95c14579f2b36e71bd217c9b03a2e20767650ecf (patch) | |
tree | 15d0db55cc06f68dc1024c7a781b16eefbf08365 /Help/policy/CMP0114.rst | |
parent | f2a59d400e9ec2e937f6000000c2e9860e388ca7 (diff) | |
download | CMake-95c14579f2b36e71bd217c9b03a2e20767650ecf.zip CMake-95c14579f2b36e71bd217c9b03a2e20767650ecf.tar.gz CMake-95c14579f2b36e71bd217c9b03a2e20767650ecf.tar.bz2 |
Help: Cleanup typos and grammar for the 3.19 release
Diffstat (limited to 'Help/policy/CMP0114.rst')
-rw-r--r-- | Help/policy/CMP0114.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0114.rst b/Help/policy/CMP0114.rst index 1bc1216..ae48478 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 |