mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 19:39:52 -05:00
Small typo fix
This commit is contained in:
committed by
Stephen Kelly
parent
0c958c44af
commit
317d8498aa
@@ -1512,7 +1512,7 @@ void cmQtAutoGenerators::ParseCppFile(const std::string& absFilename,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cerr << "AUTOGEN: error: " << absFilename << " The file "
|
std::cerr << "AUTOGEN: error: " << absFilename << ": The file "
|
||||||
<< "includes the moc file \"" << currentMoc << "\", "
|
<< "includes the moc file \"" << currentMoc << "\", "
|
||||||
<< "but could not find header \"" << basename
|
<< "but could not find header \"" << basename
|
||||||
<< '{' << this->Join(headerExtensions, ',') << "}\" ";
|
<< '{' << this->Join(headerExtensions, ',') << "}\" ";
|
||||||
|
|||||||
Reference in New Issue
Block a user