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 <[email protected]>
AuthorDate: Thu Dec 19 18:56:04 2013 -0500
Commit: CMake Topic Stage <[email protected]>
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 <[email protected]>
AuthorDate: Fri Dec 20 00:55:46 2013 +0100
Commit: Stephen Kelly <[email protected]>
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
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits