diff options
author | Brad King <brad.king@kitware.com> | 2014-08-13 14:56:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-13 14:56:35 (GMT) |
commit | b26faaf1b5ee71309609922fab7ec96888003709 (patch) | |
tree | d3744b3e07a38f2ddc2bbf5c25c124eab69dc438 /Modules/ExternalProject.cmake | |
parent | 5891b36640aaf95b53441870d95d90d4aaeb1971 (diff) | |
download | CMake-b26faaf1b5ee71309609922fab7ec96888003709.zip CMake-b26faaf1b5ee71309609922fab7ec96888003709.tar.gz CMake-b26faaf1b5ee71309609922fab7ec96888003709.tar.bz2 |
ExternalProject: Clarify SVN_REVISION format in docs (#15081)
Show the explicit '-r' that is required.
Diffstat (limited to 'Modules/ExternalProject.cmake')
-rw-r--r-- | Modules/ExternalProject.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index dbce9f4..218066c 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -26,7 +26,7 @@ # [CVS_MODULE mod] # Module to checkout from CVS repo # [CVS_TAG tag] # Tag to checkout from CVS repo # [SVN_REPOSITORY url] # URL of Subversion repo -# [SVN_REVISION rev] # Revision to checkout from Subversion repo +# [SVN_REVISION -r<rev>] # Revision to checkout from Subversion repo # [SVN_USERNAME john ] # Username for Subversion checkout and update # [SVN_PASSWORD doe ] # Password for Subversion checkout and update # [SVN_TRUST_CERT 1 ] # Trust the Subversion server site certificate |