[Cmake-commits] CMake branch, next, updated. v2.8.2-435-g2d1510b

Alexander Neundorf neundorf at kde.org
Sat Aug 14 15:28:35 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  2d1510b82cb4b3a76df15e25cd76e7ecd8243fcb (commit)
       via  3e126e45bc1a9b5f3172de0c2baa8523d968f0bd (commit)
      from  a8ba5c6a93eb1ee33b8197cb02d2e959ba01e52f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d1510b82cb4b3a76df15e25cd76e7ecd8243fcb
commit 2d1510b82cb4b3a76df15e25cd76e7ecd8243fcb
Merge: a8ba5c6 3e126e4
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Sat Aug 14 21:26:23 2010 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Sat Aug 14 21:26:23 2010 +0200

    Merge branch 'FixSubversionDoc' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3e126e45bc1a9b5f3172de0c2baa8523d968f0bd
commit 3e126e45bc1a9b5f3172de0c2baa8523d968f0bd
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Sat Aug 14 21:25:22 2010 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Sat Aug 14 21:25:22 2010 +0200

    Change documentation of Subversion_FOUND and SUBVERSION_FOUND.
    
    As discussed on cmake-devel, here Subversion_FOUND is the recommended one.
    
    Alex

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)

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindSubversion.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list