summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 11:12:24 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-22 17:23:45 (GMT)
commit8ec60c675a3fb4294776b2d644974361b145c444 (patch)
tree3ba52d81d9617cf4995a8a57899ee036d3be2336 /Source/cmGlobalGenerator.h
parentdee197fe610b5fe50403da796539b63a74430bd3 (diff)
downloadCMake-8ec60c675a3fb4294776b2d644974361b145c444.zip
CMake-8ec60c675a3fb4294776b2d644974361b145c444.tar.gz
CMake-8ec60c675a3fb4294776b2d644974361b145c444.tar.bz2
cmGlobalGenerator: Create GeneratorTargets with a local generator.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index f02df90..d606cc9 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -483,7 +483,7 @@ private:
// Per-target generator information.
cmGeneratorTargetsType GeneratorTargets;
friend class cmake;
- void CreateGeneratorTargets(cmMakefile* mf);
+ void CreateGeneratorTargets(cmLocalGenerator* lg);
void CreateGeneratorTargets();
void ClearGeneratorMembers();