[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-641-gfc64d57

Stephen Kelly steveire at gmail.com
Sat Oct 17 10:59:09 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  fc64d57d37c302feca79a9a5398c8269d639f91b (commit)
       via  02e1c493bb45e1a192069b67fe9b682f041ca6f9 (commit)
      from  c9224a0aa83711e24dbda9514c7107fa1bce19c5 (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=fc64d57d37c302feca79a9a5398c8269d639f91b
commit fc64d57d37c302feca79a9a5398c8269d639f91b
Merge: c9224a0 02e1c49
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Oct 17 10:59:08 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 17 10:59:08 2015 -0400

    Merge topic 'use-generator-target' into next
    
    02e1c493 fixup! Export: Port internal utility to cmGeneratorTarget.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=02e1c493bb45e1a192069b67fe9b682f041ca6f9
commit 02e1c493bb45e1a192069b67fe9b682f041ca6f9
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Oct 17 16:58:50 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Oct 17 16:58:50 2015 +0200

    fixup! Export: Port internal utility to cmGeneratorTarget.

diff --git a/Source/cmExportTryCompileFileGenerator.h b/Source/cmExportTryCompileFileGenerator.h
index 19d8024..07f274f 100644
--- a/Source/cmExportTryCompileFileGenerator.h
+++ b/Source/cmExportTryCompileFileGenerator.h
@@ -38,8 +38,8 @@ protected:
   virtual void HandleMissingTarget(std::string&,
                                    std::vector<std::string>&,
                                    cmMakefile*,
-                                   cmTarget*,
-                                   cmTarget*) {}
+                                   cmGeneratorTarget*,
+                                   cmGeneratorTarget*) {}
 
   void PopulateProperties(cmGeneratorTarget const* target,
                           ImportPropertyMap& properties,

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list