ExternalProject: fix typo

This commit is contained in:
Ben Boeckel
2016-10-18 11:30:44 -04:00
parent 96f6fe6b57
commit 64aa29b7d6
+1 -1
View File
@@ -65,7 +65,7 @@ Create custom targets to build projects in external trees
``GIT_SUBMODULES <module>...``
Git submodules that shall be updated, all if empty
``GIT_SHALLOW 1``
Tell Git to clone with ``--depth 1``. Use when ``GIT_TAG`` is not
Tell Git to clone with ``--depth 1``. Use when ``GIT_TAG`` is not
specified or when it names a branch in order to download only the
tip of the branch without the rest of its history.
``HG_REPOSITORY <url>``