diff options
Diffstat (limited to 'Source/cmVariableWatchCommand.cxx')
| -rw-r--r-- | Source/cmVariableWatchCommand.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVariableWatchCommand.cxx b/Source/cmVariableWatchCommand.cxx index fd5402c..24394d9 100644 --- a/Source/cmVariableWatchCommand.cxx +++ b/Source/cmVariableWatchCommand.cxx @@ -58,7 +58,7 @@ void cmVariableWatchCommandVariableAccessed(const std::string& variable,        { stack, cmListFileArgument::Quoted, fakeLineNo }      }; -    cmListFileFunction newLFF{ data->Command, fakeLineNo, +    cmListFileFunction newLFF{ data->Command, fakeLineNo, fakeLineNo,                                 std::move(newLFFArgs) };      cmExecutionStatus status(*makefile);      if (!makefile->ExecuteCommand(newLFF, status)) {  | 
