[Cmake-commits] CMake branch, next, updated. v2.8.5-1359-g85c32c1

Brad King brad.king at kitware.com
Fri Jul 29 18:42:58 EDT 2011


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  85c32c1c158ad05252a441f038c26e9d9b218786 (commit)
       via  1f641de4b8cad556f8f4139ac7abe198364c0b8b (commit)
      from  2b29b89590906034e3ddace24c8fe145cce8771d (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=85c32c1c158ad05252a441f038c26e9d9b218786
commit 85c32c1c158ad05252a441f038c26e9d9b218786
Merge: 2b29b89 1f641de
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 29 18:42:53 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 29 18:42:53 2011 -0400

    Merge topic 'doc-WIN32-cygwin' into next
    
    1f641de Documentation: WIN32 not defined on Cygwin (#12334)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1f641de4b8cad556f8f4139ac7abe198364c0b8b
commit 1f641de4b8cad556f8f4139ac7abe198364c0b8b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 29 18:39:20 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Jul 29 18:40:56 2011 -0400

    Documentation: WIN32 not defined on Cygwin (#12334)
    
    Since commit 85c0a69a (Cygwin: Do not define 'WIN32', 2010-12-17) WIN32
    is not defined on Cygwin.  Update documentation of the WIN32 variable
    accordingly.

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 4e75f9c..ebe2988 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -953,7 +953,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
   cm->DefineProperty
     ("WIN32", cmProperty::VARIABLE,
      "True on windows systems, including win64.",
-     "Set to true when the target system is Windows and on cygwin.",false,
+     "Set to true when the target system is Windows.",false,
      "Variables That Describe the System");
 
   cm->DefineProperty

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

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