diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx index 1967d2a1a..1a2ddaff4 100644 --- a/Source/cmListFileCache.cxx +++ b/Source/cmListFileCache.cxx @@ -30,6 +30,7 @@ struct cmListFileParser cmListFileArgument::Delimiter delim); cmListFile* ListFile; cmMakefile* Makefile; + cmListFileBacktrace Backtrace; const char* FileName; cmListFileLexer* Lexer; cmListFileFunction Function; @@ -45,6 +46,7 @@ cmListFileParser::cmListFileParser(cmListFile* lf, cmMakefile* mf, const char* filename) : ListFile(lf) , Makefile(mf) + , Backtrace(mf->GetBacktrace()) , FileName(filename) , Lexer(cmListFileLexer_New()) {