mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06:00
cmTarget: Simplify output computation.
We always have line information for contexts resulting from command execution.
This commit is contained in:
@@ -1273,7 +1273,7 @@ void cmTarget::GetTllSignatureTraces(std::ostringstream &s,
|
||||
{
|
||||
cmListFileContext lfc = *it;
|
||||
lfc.FilePath = lg->Convert(lfc.FilePath, cmLocalGenerator::HOME);
|
||||
s << " * " << (lfc.Line ? "" : " in ") << lfc << std::endl;
|
||||
s << " * " << lfc << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user