[Cmake-commits] CMake branch, next, updated. v3.3.0-1409-gf62c764

Brad King brad.king at kitware.com
Mon Jul 27 10:11:34 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  f62c764dcc5dce9154f0da53eb3a63d8b8910357 (commit)
       via  989eb6e0c7fd750aa2fae38471e6a0c1e699edd9 (commit)
      from  1915a0d7a0dfa4af4c874714413a4c9a28bd2936 (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=f62c764dcc5dce9154f0da53eb3a63d8b8910357
commit f62c764dcc5dce9154f0da53eb3a63d8b8910357
Merge: 1915a0d 989eb6e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 27 10:11:33 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 27 10:11:33 2015 -0400

    Merge topic 'use-generator-target' into next
    
    989eb6e0 fixup! Port some of the cmExportFileGenerator API to cmGeneratorTarget.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=989eb6e0c7fd750aa2fae38471e6a0c1e699edd9
commit 989eb6e0c7fd750aa2fae38471e6a0c1e699edd9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 27 10:11:13 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jul 27 10:11:13 2015 -0400

    fixup! Port some of the cmExportFileGenerator API to cmGeneratorTarget.

diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h
index bcc41cc..2f33200 100644
--- a/Source/cmExportFileGenerator.h
+++ b/Source/cmExportFileGenerator.h
@@ -99,7 +99,8 @@ protected:
 
   template <typename T>
   void SetImportLinkProperty(std::string const& suffix,
-                             cmGeneratorTarget* target, const std::string& propName,
+                             cmGeneratorTarget* target,
+                             const std::string& propName,
                              std::vector<T> const& entries,
                              ImportPropertyMap& properties,
                              std::vector<std::string>& missingTargets);

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

Summary of changes:
 Source/cmExportFileGenerator.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list