summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-17 19:16:01 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-08-17 19:16:01 (GMT)
commita890f6a00bab8b0544b868b02f09fa33775bf16b (patch)
treebfe4bfed37ecef77c51cbcd871284e3e3a7eeabb /Modules
parent79383cfd971074d6612eaf31a1dc45e1f8233941 (diff)
parent3e126e45bc1a9b5f3172de0c2baa8523d968f0bd (diff)
downloadCMake-a890f6a00bab8b0544b868b02f09fa33775bf16b.zip
CMake-a890f6a00bab8b0544b868b02f09fa33775bf16b.tar.gz
CMake-a890f6a00bab8b0544b868b02f09fa33775bf16b.tar.bz2
Merge topic 'FixSubversionDoc'
3e126e4 Change documentation of Subversion_FOUND and SUBVERSION_FOUND.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindSubversion.cmake4
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)