cmMakefile: Use GetExecutionFileStack method.
This commit is contained in:
parent
076760a63c
commit
a863c59f70
@ -308,7 +308,7 @@ cmListFileContext cmMakefile::GetExecutionContext() const
|
|||||||
void cmMakefile::PrintCommandTrace(const cmListFileFunction& lff) const
|
void cmMakefile::PrintCommandTrace(const cmListFileFunction& lff) const
|
||||||
{
|
{
|
||||||
std::ostringstream msg;
|
std::ostringstream msg;
|
||||||
msg << lff.FilePath << "(" << lff.Line << "): ";
|
msg << this->GetExecutionFilePath() << "(" << lff.Line << "): ";
|
||||||
msg << lff.Name << "(";
|
msg << lff.Name << "(";
|
||||||
for(std::vector<cmListFileArgument>::const_iterator i =
|
for(std::vector<cmListFileArgument>::const_iterator i =
|
||||||
lff.Arguments.begin(); i != lff.Arguments.end(); ++i)
|
lff.Arguments.begin(); i != lff.Arguments.end(); ++i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user