[Cmake-commits] CMake branch, next, updated. v2.8.9-1153-g4172cc5
Stephen Kelly
steveire at gmail.com
Fri Oct 19 09:31:57 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 4172cc5e16ae14ef4bb0c01258eb1f04380c476c (commit)
via 376db02258d1c6b881758262cfe09ecf7a500bb5 (commit)
from ce6e018856f71c58d51e480974254cefb1d4bc35 (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=4172cc5e16ae14ef4bb0c01258eb1f04380c476c
commit 4172cc5e16ae14ef4bb0c01258eb1f04380c476c
Merge: ce6e018 376db02
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 09:31:52 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 19 09:31:52 2012 -0400
Merge topic 'genex-validate-target-property-names' into next
376db02 Fix incorrect style.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=376db02258d1c6b881758262cfe09ecf7a500bb5
commit 376db02258d1c6b881758262cfe09ecf7a500bb5
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 15:30:37 2012 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 19 15:30:37 2012 +0200
Fix incorrect style.
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index e6cca9b..70cfe54 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -519,7 +519,10 @@ public:
* Get the list of targets, const version
*/
const cmTargets &GetTargets() const { return this->Targets; }
- const std::vector<cmTarget*> &GetOwnedImportedTargets() const { return this->ImportedTargetsOwned; }
+ const std::vector<cmTarget*> &GetOwnedImportedTargets() const
+ {
+ return this->ImportedTargetsOwned;
+ }
const cmGeneratorTargetsType &GetGeneratorTargets() const
{
-----------------------------------------------------------------------
Summary of changes:
Source/cmMakefile.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list