diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index aa556c8df..e705aaa48 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -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; } } }