diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-20 14:55:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-26 17:32:53 (GMT) |
commit | 8b6ec29d4096b4ea59ef502360845e25a9bcb47e (patch) | |
tree | 7c1cb936426d9778397fa16df02c47310db4d12e /Source/cmQtAutoGenerators.h | |
parent | 9470b056fc0be0910f90230e0635d4a2e2baa81a (diff) | |
download | CMake-8b6ec29d4096b4ea59ef502360845e25a9bcb47e.zip CMake-8b6ec29d4096b4ea59ef502360845e25a9bcb47e.tar.gz CMake-8b6ec29d4096b4ea59ef502360845e25a9bcb47e.tar.bz2 |
QtAutogen: Move initialization condition to caller.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 02b6fdf..ff048c8 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -31,7 +31,7 @@ public: cmQtAutoGenerators(); bool Run(const std::string& targetDirectory, const std::string& config); - static bool InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target); + static void InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target); static void SetupAutoGenerateTarget(cmTarget const* target); private: |