[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3040-ge535cc6

Stephen Kelly steveire at gmail.com
Thu Jul 11 04:35:46 EDT 2013


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  e535cc6d25625867f3887379b89111096bec6474 (commit)
       via  3e7b25a0c95f08dc824a11aef6ea18751319e284 (commit)
      from  e536f33176a1f5640138e0b500964cc532208f05 (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=e535cc6d25625867f3887379b89111096bec6474
commit e535cc6d25625867f3887379b89111096bec6474
Merge: e536f33 3e7b25a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 11 04:35:44 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 11 04:35:44 2013 -0400

    Merge topic 'compile-defs-debugging' into next
    
    3e7b25a Initialize boolean value.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3e7b25a0c95f08dc824a11aef6ea18751319e284
commit 3e7b25a0c95f08dc824a11aef6ea18751319e284
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 11 10:35:01 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jul 11 10:35:01 2013 +0200

    Initialize boolean value.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 7cc0aac..da5566a 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -208,6 +208,7 @@ cmTarget::cmTarget()
   this->BuildInterfaceIncludesAppended = false;
   this->DebugIncludesDone = false;
   this->DebugCompileOptionsDone = false;
+  this->DebugCompileDefinitionsDone = false;
 }
 
 //----------------------------------------------------------------------------

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list