summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index f219f67..4f994fb 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -77,6 +77,12 @@ public:
virtual void EnableLanguage(const char*, cmMakefile *) {};
/**
+ * Try to determine system infomation, get it from another generator
+ */
+ virtual void EnableLanguagesFromGenerator(cmGlobalGenerator *gen,
+ cmMakefile *mf);
+
+ /**
* Try running cmake and building a file. This is used for dynalically
* loaded commands, not as part of the usual build process.
*/
@@ -92,7 +98,6 @@ public:
return this->m_CMakeInstance; };
protected:
- bool m_LanguagesEnabled;
cmake *m_CMakeInstance;
std::vector<cmLocalGenerator *> m_LocalGenerators;