Change documentation of Subversion_FOUND and SUBVERSION_FOUND.

As discussed on cmake-devel, here Subversion_FOUND is the recommended one.

Alex
This commit is contained in:
Alex Neundorf 2010-08-14 21:25:22 +02:00
parent 16168ab0c3
commit 3e126e45bc
1 changed files with 2 additions and 2 deletions

View File

@ -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)