cmTarget: Simplify output computation.
We always have line information for contexts resulting from command execution.
This commit is contained in:
parent
65a4284963
commit
f4300cd4dd
|
@ -1273,7 +1273,7 @@ void cmTarget::GetTllSignatureTraces(std::ostringstream &s,
|
||||||
{
|
{
|
||||||
cmListFileContext lfc = *it;
|
cmListFileContext lfc = *it;
|
||||||
lfc.FilePath = lg->Convert(lfc.FilePath, cmLocalGenerator::HOME);
|
lfc.FilePath = lg->Convert(lfc.FilePath, cmLocalGenerator::HOME);
|
||||||
s << " * " << (lfc.Line ? "" : " in ") << lfc << std::endl;
|
s << " * " << lfc << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue