[Cmake-commits] CMake branch, next, updated. v2.8.9-193-g12e8be8

Stephen Kelly steveire at gmail.com
Mon Aug 20 16:27:14 EDT 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  12e8be8b9b9081718bd4af64f442338654b9c443 (commit)
       via  ee949d8871ababb7bde5c03b9ac77c4b15b3f786 (commit)
      from  6f4627f9568da9cfa0f3faee7329b1f91d7342a0 (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=12e8be8b9b9081718bd4af64f442338654b9c443
commit 12e8be8b9b9081718bd4af64f442338654b9c443
Merge: 6f4627f ee949d8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Aug 20 16:27:13 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 20 16:27:13 2012 -0400

    Merge topic 'minor-docs-fixes' into next
    
    ee949d8 Remove duplicate 'of' from docs.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ee949d8871ababb7bde5c03b9ac77c4b15b3f786
commit ee949d8871ababb7bde5c03b9ac77c4b15b3f786
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Aug 20 22:26:05 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Aug 20 22:26:05 2012 +0200

    Remove duplicate 'of' from docs.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 6398912..48811c8 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -903,7 +903,7 @@ void cmTarget::DefineProperties(cmake *cm)
      "Build an executable with a WinMain entry point on windows.",
      "When this property is set to true the executable when linked "
      "on Windows will be created with a WinMain() entry point instead "
-     "of of just main().  "
+     "of just main().  "
      "This makes it a GUI executable instead of a console application.  "
      "See the CMAKE_MFC_FLAG variable documentation to configure use "
      "of MFC for WinMain executables.  "

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list