mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
cmMakefile: Use GetExecutionFileStack method.
This commit is contained in:
@@ -308,7 +308,7 @@ cmListFileContext cmMakefile::GetExecutionContext() const
|
||||
void cmMakefile::PrintCommandTrace(const cmListFileFunction& lff) const
|
||||
{
|
||||
std::ostringstream msg;
|
||||
msg << lff.FilePath << "(" << lff.Line << "): ";
|
||||
msg << this->GetExecutionFilePath() << "(" << lff.Line << "): ";
|
||||
msg << lff.Name << "(";
|
||||
for(std::vector<cmListFileArgument>::const_iterator i =
|
||||
lff.Arguments.begin(); i != lff.Arguments.end(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user