diff options
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 |