[Cmake-commits] CMake branch, next, updated. v2.8.7-2893-g777ac87

Brad King brad.king at kitware.com
Mon Feb 27 08:43:49 EST 2012


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  777ac873f22fe478606a1e1a39c9f62dde69c1ac (commit)
       via  a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e (commit)
      from  ff23f08e42eac641580563dc40b3e33b77b310ab (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=777ac873f22fe478606a1e1a39c9f62dde69c1ac
commit 777ac873f22fe478606a1e1a39c9f62dde69c1ac
Merge: ff23f08 a5edfc4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 27 08:43:46 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 27 08:43:46 2012 -0500

    Merge topic 'fix-BORLAND-doc-typo' into next
    
    a5edfc4 Fix typo in documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e
commit a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e
Author:     Yury G. Kudryashov <urkud.urkud at gmail.com>
AuthorDate: Sat Feb 25 11:09:32 2012 +0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 27 08:26:05 2012 -0500

    Fix typo in documentation

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 1cab2b5..366ebaa 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -895,7 +895,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
 
   cm->DefineProperty
     ("BORLAND", cmProperty::VARIABLE,
-     "True of the borland compiler is being used.",
+     "True if the borland compiler is being used.",
      "This is set to true if the Borland compiler is being used.",false,
      "Variables That Describe the System");
 

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

Summary of changes:
 Source/cmDocumentVariables.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list