summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-24 12:21:31 +0100
committerBrad King <brad.king@kitware.com>2017-03-02 09:10:02 -0500
commitac77fa35c0250f2f7593fd2fc499b27bf395e5a6 (patch)
treea10d6e1df998fc6896c5716e6cc2215d4ff35d26 /Source/cmQtAutoGenerators.cxx
parent662ad240db50792361aa042c60559c1c48042a6b (diff)
downloadcmake-ac77fa35c0250f2f7593fd2fc499b27bf395e5a6.tar.gz
Autogen: Add missing return on error
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r--Source/cmQtAutoGenerators.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index c4ae318327..2fa535942e 100644
--- a/Source/cmQtAutoGenerators.cxx
+++ b/Source/cmQtAutoGenerators.cxx
@@ -396,6 +396,7 @@ bool cmQtAutoGenerators::ReadAutogenInfoFile(
} else {
this->LogError("AutoMoc: Error: AUTOMOC_DEPEND_FILTERS list size is not "
"a multiple of 2");
+ return false;
}
}