From 64aa29b7d682c333653ee4720e07914396ec3da7 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 18 Oct 2016 11:30:44 -0400 Subject: ExternalProject: fix typo --- Modules/ExternalProject.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...`` 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 `` -- cgit v0.12