summaryrefslogtreecommitdiffstats
path: root/Modules/ExternalProject.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-10-18 15:30:44 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2016-10-18 15:30:44 (GMT)
commit64aa29b7d682c333653ee4720e07914396ec3da7 (patch)
tree344a1a1c9e0631c9e642fc2664380079880d3ae5 /Modules/ExternalProject.cmake
parent96f6fe6b5737494fc560e126b7c797d232d9307e (diff)
downloadCMake-64aa29b7d682c333653ee4720e07914396ec3da7.zip
CMake-64aa29b7d682c333653ee4720e07914396ec3da7.tar.gz
CMake-64aa29b7d682c333653ee4720e07914396ec3da7.tar.bz2
ExternalProject: fix typo
Diffstat (limited to 'Modules/ExternalProject.cmake')
-rw-r--r--Modules/ExternalProject.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index 4ba8537..a56f64c 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -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>``