summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-28 12:39:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-28 12:39:29 (GMT)
commit16df2456a440d87fb3e8e53fb59a2817b288b9af (patch)
treea44c27696661e6edd6222dc01e4d783f3821010c /Source/cmGlobalGenerator.h
parentecc6d7f9190a660c0f442c4d03854b06e3fc7856 (diff)
parent3e04946f7b69418f6b222875ad18fed3438e0fa1 (diff)
downloadCMake-16df2456a440d87fb3e8e53fb59a2817b288b9af.zip
CMake-16df2456a440d87fb3e8e53fb59a2817b288b9af.tar.gz
CMake-16df2456a440d87fb3e8e53fb59a2817b288b9af.tar.bz2
Merge topic 'enable-language-require-compiler'
3e04946 Require CMAKE_<LANG>_COMPILER to be found as a full path 6007f7c CMakeDetermineCompilerId: Always use compiler detected from IDE 332771c CMakeDetermine*Compiler: Remove temporary cache entry
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 c930b2b..3c4ddb2 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -392,6 +392,8 @@ private:
void WriteSummary();
void WriteSummary(cmTarget* target);
+ virtual void PrintCompilerAdvice(std::ostream& os, std::string lang,
+ const char* envVar);
void CheckCompilerIdCompatibility(cmMakefile* mf, std::string lang);
cmExternalMakefileProjectGenerator* ExtraGenerator;