mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 23:29:55 -05:00
cmTarget: Simplify output computation.
We always have line information for contexts resulting from command execution.
This commit is contained in:
+1
-1
@@ -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