diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 7ca005d..7be6b88 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -333,7 +333,7 @@ cmMakefile::IncludeScope::IncludeScope(cmMakefile* mf, this->Makefile->PushFunctionBlockerBarrier(); this->Makefile->StateSnapshot = - this->Makefile->GetState()->CreateCallStackSnapshot( + this->Makefile->GetState()->CreateIncludeFileSnapshot( this->Makefile->StateSnapshot, this->Makefile->ContextStack.back()->Name, this->Makefile->ContextStack.back()->Line, |