[Cmake-commits] CMake branch, next, updated. v3.3.2-1457-gaec059f

Stephen Kelly steveire at gmail.com
Mon Oct 5 13:57:04 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  aec059ff3e82ce5077c9125728b11d1bb53b3862 (commit)
       via  0eef5e37a8744883aea2276049e27757bc142c02 (commit)
      from  963efb9ec9970f7107face767083dc90adcec60c (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=aec059ff3e82ce5077c9125728b11d1bb53b3862
commit aec059ff3e82ce5077c9125728b11d1bb53b3862
Merge: 963efb9 0eef5e3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Oct 5 13:57:03 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 5 13:57:03 2015 -0400

    Merge topic 'refactor-qt-autogen' into next
    
    0eef5e37 fixup! QtAutogen: Port API to cmGeneratorTarget.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0eef5e37a8744883aea2276049e27757bc142c02
commit 0eef5e37a8744883aea2276049e27757bc142c02
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Oct 5 19:56:26 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Oct 5 19:56:26 2015 +0200

    fixup! QtAutogen: Port API to cmGeneratorTarget.

diff --git a/Source/cmQtAutoGeneratorInitializer.cxx b/Source/cmQtAutoGeneratorInitializer.cxx
index d988665..c03b5c8 100644
--- a/Source/cmQtAutoGeneratorInitializer.cxx
+++ b/Source/cmQtAutoGeneratorInitializer.cxx
@@ -873,7 +873,7 @@ void cmQtAutoGeneratorInitializer::InitializeAutogenTarget(
                        workingDirectory.c_str());
     cc.SetEscapeOldStyle(false);
     cc.SetEscapeAllowMakeVars(true);
-    target->AddPreBuildCommand(cc);
+    target->Target->AddPreBuildCommand(cc);
     }
   else
 #endif

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

Summary of changes:
 Source/cmQtAutoGeneratorInitializer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list