summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-13 18:36:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-09-24 07:39:38 (GMT)
commitc5f07e0537f2b671f271ad8ac4b6c0a529cd4beb (patch)
tree9b33daeb5de77d48df9138a2883290a9c751e4f5 /Source/cmGlobalGenerator.h
parentdd408de46b45926f7dfdd27cabb4dce95708d011 (diff)
downloadCMake-c5f07e0537f2b671f271ad8ac4b6c0a529cd4beb.zip
CMake-c5f07e0537f2b671f271ad8ac4b6c0a529cd4beb.tar.gz
CMake-c5f07e0537f2b671f271ad8ac4b6c0a529cd4beb.tar.bz2
cmGlobalGenerator: Create local generators after all makefiles configured.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 40f98dc..b2dffcc 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -466,6 +466,8 @@ private:
virtual void ForceLinkerLanguages();
+ void CreateLocalGenerators();
+
void CheckCompilerIdCompatibility(cmMakefile* mf,
std::string const& lang) const;