[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-355-g387d6e9

Stephen Kelly steveire at gmail.com
Sat Oct 10 08:10:02 EDT 2015


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  387d6e90014384090c9fb7526ecb8af28f89c932 (commit)
       via  cbe57bcc2208225328780f05a871242b0a800c63 (commit)
      from  c5eda76a39c98711216a68805a2c716b542419b3 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=387d6e90014384090c9fb7526ecb8af28f89c932
commit 387d6e90014384090c9fb7526ecb8af28f89c932
Merge: c5eda76 cbe57bc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Oct 10 08:10:00 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 10 08:10:00 2015 -0400

    Merge topic 'use-generator-target' into next
    
    cbe57bcc fixup! cmComputeLinkInformation: Port result API to cmGeneratorTarget.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cbe57bcc2208225328780f05a871242b0a800c63
commit cbe57bcc2208225328780f05a871242b0a800c63
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Oct 10 14:09:04 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Oct 10 14:09:04 2015 +0200

    fixup! cmComputeLinkInformation: Port result API to cmGeneratorTarget.

diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx
index 7a0c06b..e2112d7 100644
--- a/Source/cmInstallTargetGenerator.cxx
+++ b/Source/cmInstallTargetGenerator.cxx
@@ -565,8 +565,8 @@ cmInstallTargetGenerator
     {
     std::set<cmGeneratorTarget const*> const& sharedLibs
                                             = cli->GetSharedLibrariesLinked();
-    for(std::set<cmGeneratorTarget const*>::const_iterator j = sharedLibs.begin();
-        j != sharedLibs.end(); ++j)
+    for(std::set<cmGeneratorTarget const*>::const_iterator j
+        = sharedLibs.begin(); j != sharedLibs.end(); ++j)
       {
       cmGeneratorTarget const* tgt = *j;
 

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

Summary of changes:
 Source/cmInstallTargetGenerator.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list