Autogen: Add missing return on error

This commit is contained in:
Sebastian Holtermann
2017-03-02 09:10:02 -05:00
committed by Brad King
parent 662ad240db
commit ac77fa35c0
+1
View File
@@ -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;
}
}