diff options
author | Brad King <brad.king@kitware.com> | 2016-04-13 13:58:21 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-04-13 13:58:21 (GMT) |
commit | f5da19edd00e05eb39332fe416f0b2bb77abadaa (patch) | |
tree | c3b47a6916b01ce11c3fab8c7adbf7469937513b /Source/cmMakefile.cxx | |
parent | eae4cee0b54502c87fdb219b200a048082e0cb79 (diff) | |
parent | c54ed7813fa4efe2c6c95b6ba75c02b78b601a26 (diff) | |
download | CMake-f5da19edd00e05eb39332fe416f0b2bb77abadaa.zip CMake-f5da19edd00e05eb39332fe416f0b2bb77abadaa.tar.gz CMake-f5da19edd00e05eb39332fe416f0b2bb77abadaa.tar.bz2 |
Merge topic 'cmState-rename-include-snapshot'
c54ed781 cmState: Rename CallStack snapshots to IncludeFile
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, |