diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-08-14 19:25:22 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-08-14 19:25:22 (GMT) |
commit | 3e126e45bc1a9b5f3172de0c2baa8523d968f0bd (patch) | |
tree | f3b98507ee4bcbec6ab1289e8b7644bbc5dab429 /Modules/FindSubversion.cmake | |
parent | 16168ab0c3549b6953fe95354446508ce3cc945e (diff) | |
download | CMake-3e126e45bc1a9b5f3172de0c2baa8523d968f0bd.zip CMake-3e126e45bc1a9b5f3172de0c2baa8523d968f0bd.tar.gz CMake-3e126e45bc1a9b5f3172de0c2baa8523d968f0bd.tar.bz2 |
Change documentation of Subversion_FOUND and SUBVERSION_FOUND.
As discussed on cmake-devel, here Subversion_FOUND is the recommended one.
Alex
Diffstat (limited to 'Modules/FindSubversion.cmake')
-rw-r--r-- | Modules/FindSubversion.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindSubversion.cmake b/Modules/FindSubversion.cmake index 17fbeab..9bad3b1 100644 --- a/Modules/FindSubversion.cmake +++ b/Modules/FindSubversion.cmake @@ -2,8 +2,8 @@ # The module defines the following variables: # Subversion_SVN_EXECUTABLE - path to svn command line client # Subversion_VERSION_SVN - version of svn command line client -# SUBVERSION_FOUND - true if the command line client was found -# Subversion_FOUND - same as SUBVERSION_FOUND, kept around for compatibility +# Subversion_FOUND - true if the command line client was found +# SUBVERSION_FOUND - same as Subversion_FOUND, set for compatiblity reasons # # The minimum required version of Subversion can be specified using the # standard syntax, e.g. FIND_PACKAGE(Subversion 1.4) |