summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 11:29:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:29 (GMT)
commit65911cae4dd5a81f23a59bf9187b95bda3168fe9 (patch)
treed0ad801d2209f187b4605fd0b5e79201d739747e /Source/cmGlobalGenerator.h
parent37ab74a607a021567a0a1e2c7df43da33d32d5ec (diff)
downloadCMake-65911cae4dd5a81f23a59bf9187b95bda3168fe9.zip
CMake-65911cae4dd5a81f23a59bf9187b95bda3168fe9.tar.gz
CMake-65911cae4dd5a81f23a59bf9187b95bda3168fe9.tar.bz2
cmGlobalGenerator: Compute export() related classes early.
Simplify CMP0024 handling.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 6887409..ad8992f 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -365,8 +365,6 @@ public:
bool GetConfigureDoneCMP0026() const
{ return this->ConfigureDoneCMP0026AndCMP0024; }
- void ComputeBuildFileGenerators();
-
std::string MakeSilentFlag;
protected:
typedef std::vector<cmLocalGenerator*> GeneratorVector;
@@ -471,6 +469,8 @@ private:
void CheckCompilerIdCompatibility(cmMakefile* mf,
std::string const& lang) const;
+ void ComputeBuildFileGenerators();
+
cmExternalMakefileProjectGenerator* ExtraGenerator;
// track files replaced during a Generate