diff options
Diffstat (limited to 'Source/cmForEachCommand.cxx')
-rw-r--r-- | Source/cmForEachCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx index f8bda28fd8..06f69ac71e 100644 --- a/Source/cmForEachCommand.cxx +++ b/Source/cmForEachCommand.cxx @@ -58,6 +58,8 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf) cmSystemTools::ReplaceString(tmps, variable.c_str(), j->c_str()); arg.Value = tmps; arg.Quoted = k->Quoted; + arg.FilePath = k->FilePath; + arg.Line = k->Line; newLFF.m_Arguments.push_back(arg); } mf.ExecuteCommand(newLFF); |