diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-23 06:00:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-02 23:14:34 (GMT) |
commit | 942df88bf83e99abbfbd69207369096fa7cf67a2 (patch) | |
tree | 5695e2ae0148b32ed1af2e429b23a09f2471c370 /Source/cmMakefile.cxx | |
parent | da28f11523644cdc2138a0cde2c4c015948ff46c (diff) | |
download | CMake-942df88bf83e99abbfbd69207369096fa7cf67a2.zip CMake-942df88bf83e99abbfbd69207369096fa7cf67a2.tar.gz CMake-942df88bf83e99abbfbd69207369096fa7cf67a2.tar.bz2 |
cmState: Rename CreateSnapshot method.
Leave the namespace open for other snapshot types.
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 7c74a0f..60498ef 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -1619,7 +1619,7 @@ void cmMakefile::AddSubDirectory(const std::string& srcPath, } cmState::Snapshot newSnapshot = this->GetState() - ->CreateSnapshot(this->StateSnapshot); + ->CreateBuildsystemDirectorySnapshot(this->StateSnapshot); // create a new local generator and set its parent cmLocalGenerator *lg2 = this->GetGlobalGenerator() |