mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
ExternalProject: fix typo
This commit is contained in:
@@ -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>``
|
||||
|
||||
Reference in New Issue
Block a user