mirror of
https://github.com/reactos/CMake.git
synced 2025-04-07 17:51:34 +00:00
Autogen: Add missing return on error
This commit is contained in:
parent
662ad240db
commit
ac77fa35c0
@ -396,6 +396,7 @@ bool cmQtAutoGenerators::ReadAutogenInfoFile(
|
|||||||
} else {
|
} else {
|
||||||
this->LogError("AutoMoc: Error: AUTOMOC_DEPEND_FILTERS list size is not "
|
this->LogError("AutoMoc: Error: AUTOMOC_DEPEND_FILTERS list size is not "
|
||||||
"a multiple of 2");
|
"a multiple of 2");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user