[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6290-g3ceceaf
Stephen Kelly
steveire at gmail.com
Thu Dec 19 18:56:05 EST 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 3ceceaf7d4dfdc40d738c2e8544dc4cbdde17e15 (commit)
via a45d3ffcd3f607a2a610f63aecf449ec11938677 (commit)
from 73347215e45b496e263f422e86d48888525efd65 (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=3ceceaf7d4dfdc40d738c2e8544dc4cbdde17e15
commit 3ceceaf7d4dfdc40d738c2e8544dc4cbdde17e15
Merge: 7334721 a45d3ff
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Dec 19 18:56:04 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 19 18:56:04 2013 -0500
Merge topic 'minor-cleanup' into next
a45d3ff Fix style.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a45d3ffcd3f607a2a610f63aecf449ec11938677
commit a45d3ffcd3f607a2a610f63aecf449ec11938677
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Dec 20 00:55:46 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Dec 20 00:55:46 2013 +0100
Fix style.
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx
index aeecb96..1025dc0 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/Source/cmExportInstallFileGenerator.cxx
@@ -298,7 +298,9 @@ cmExportInstallFileGenerator
// Collect import properties for this target.
cmTargetExport const* te = *tei;
if (te->Target->GetType() == cmTarget::INTERFACE_LIBRARY)
+ {
continue;
+ }
ImportPropertyMap properties;
std::set<std::string> importedLocations;
-----------------------------------------------------------------------
Summary of changes:
Source/cmExportInstallFileGenerator.cxx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list