summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-19 08:11:11 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-03-31 21:18:44 (GMT)
commit857d30b52ef2fb011bad16249d34972fadae9b70 (patch)
treea064f102b783cd6bbd913a4727efedc9e0d8fe11 /Source/cmGlobalGenerator.h
parent28e1d2f8fc08516e8fc3a009777437d3e086b8e6 (diff)
downloadCMake-857d30b52ef2fb011bad16249d34972fadae9b70.zip
CMake-857d30b52ef2fb011bad16249d34972fadae9b70.tar.gz
CMake-857d30b52ef2fb011bad16249d34972fadae9b70.tar.bz2
cmGlobalGenerator: Add interface to call ForceLinkerLanguages
Avoid calling it too early when cmGeneratorTarget instances don't yet exist.
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 49a418d..668bb6b 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -423,6 +423,8 @@ private:
void WriteSummary(cmTarget* target);
void FinalizeTargetCompileInfo();
+ virtual void ForceLinkerLanguages();
+
virtual void PrintCompilerAdvice(std::ostream& os, std::string const& lang,
const char* envVar) const;
void CheckCompilerIdCompatibility(cmMakefile* mf,