summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-12 20:08:24 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-12 20:08:24 (GMT)
commitc54ed7813fa4efe2c6c95b6ba75c02b78b601a26 (patch)
treea2c5a6f01143055ed11d497354afcbc75041438d /Source/cmMakefile.cxx
parenta2ce4e81d554fd176070893ad420a53516d016c7 (diff)
downloadCMake-c54ed7813fa4efe2c6c95b6ba75c02b78b601a26.zip
CMake-c54ed7813fa4efe2c6c95b6ba75c02b78b601a26.tar.gz
CMake-c54ed7813fa4efe2c6c95b6ba75c02b78b601a26.tar.bz2
cmState: Rename CallStack snapshots to IncludeFile
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
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,