mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user