diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-16 19:33:17 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-16 19:33:17 (GMT) |
commit | 12f638356127697f441f57af8411f34e23bdaa6d (patch) | |
tree | a02a1dfdd0807ad67415f5aafd3f0825910ebbde /Source/cmGlobalGenerator.h | |
parent | fee42f6e68e3eb8db9faed5921eb31871a3c2b7d (diff) | |
download | CMake-12f638356127697f441f57af8411f34e23bdaa6d.zip CMake-12f638356127697f441f57af8411f34e23bdaa6d.tar.gz CMake-12f638356127697f441f57af8411f34e23bdaa6d.tar.bz2 |
ENH: move the code for the NOTFOUND checking into its own function, so
Configure() gets easier to overview
-improve the error message, now it also says in which directories and for
which targets the missing variables are used
-minor speedup: the include directories don't have to be checked per target,
per directory is enough
Alex
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 88c1f69..fbddb47 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -229,6 +229,7 @@ protected: // Fill the ProjectMap, this must be called after LocalGenerators // has been populated. void FillProjectMap(); + void CheckLocalGenerators(); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen); bool IsExcluded(cmLocalGenerator* root, cmTarget& target); void FillLocalGeneratorToTargetMap(); |