Merge topic 'automoc-message-typo'

d0f49327f9 AutoMoc: Fix verbose mode message

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8171
This commit is contained in:
Brad King
2023-02-08 16:38:36 +00:00
committed by Kitware Robot

View File

@@ -1756,7 +1756,7 @@ bool cmQtAutoMocUicT::JobProbeDepsMocT::Probe(MappingT const& mapping,
if (this->MocConst().SettingsChanged) {
if (reason != nullptr) {
*reason = cmStrCat("Generating ", this->MessagePath(outputFile),
", because the uic settings changed, from ",
", because the moc settings changed, from ",
this->MessagePath(sourceFile));
}
return true;