summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 09:30:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-28 16:44:38 (GMT)
commit92041eec49ab4968b2d4f09e3bd71a3720d86036 (patch)
tree3ac1b51fcad7d7b18d090a72ca1cee4ff1f2fe7f /Source/cmMakefile.cxx
parentacb006229dbc531303538f4de1dc4d16d27369a5 (diff)
downloadCMake-92041eec49ab4968b2d4f09e3bd71a3720d86036.zip
CMake-92041eec49ab4968b2d4f09e3bd71a3720d86036.tar.gz
CMake-92041eec49ab4968b2d4f09e3bd71a3720d86036.tar.bz2
cmGlobalGenerator: Remove MakeLocalGenerator method.
Inline implementation to callers.
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 10ce0b3..1df6213 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1756,7 +1756,7 @@ void cmMakefile::AddSubDirectory(const std::string& srcPath,
// create a new local generator and set its parent
cmLocalGenerator *lg2 = this->GetGlobalGenerator()
- ->MakeLocalGenerator(newSnapshot);
+ ->CreateLocalGenerator(newSnapshot);
this->GetGlobalGenerator()->AddMakefile(lg2->GetMakefile());
this->GetGlobalGenerator()->AddLocalGenerator(lg2);