[Cmake-commits] CMake branch, next, updated. v2.8.12-4414-g91f1b17
Stephen Kelly
steveire at gmail.com
Thu Oct 24 02:58:04 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 91f1b17e360a7d23ae701b4b8834aa8e0f73038e (commit)
via 85363924b12f8ff3312b24282d85ae9af622fb33 (commit)
from ff043e01d6380aa3af65c3856ff963a48c103d87 (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=91f1b17e360a7d23ae701b4b8834aa8e0f73038e
commit 91f1b17e360a7d23ae701b4b8834aa8e0f73038e
Merge: ff043e0 8536392
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 24 02:58:03 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 24 02:58:03 2013 -0400
Merge topic 'target_compiler_features' into next
8536392 Initialize variable.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=85363924b12f8ff3312b24282d85ae9af622fb33
commit 85363924b12f8ff3312b24282d85ae9af622fb33
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 24 08:55:44 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 24 08:55:44 2013 +0200
Initialize variable.
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 1b9921a..a11c5f8 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -214,6 +214,7 @@ cmTarget::cmTarget()
this->BuildInterfaceIncludesAppended = false;
this->DebugIncludesDone = false;
this->DebugCompileOptionsDone = false;
+ this->DebugCompilerFeaturesDone = 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