summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 07:58:57 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-24 18:03:29 (GMT)
commitbe56feb6184e80eab5ce93b5ab81308452a5559f (patch)
tree419d2be2c1d3e5d46cd96b96177452c26590b0df /Source/cmGlobalGenerator.h
parent45f52003962f2f5ae58be2dd779f441bb4ca01f7 (diff)
downloadCMake-be56feb6184e80eab5ce93b5ab81308452a5559f.zip
CMake-be56feb6184e80eab5ce93b5ab81308452a5559f.tar.gz
CMake-be56feb6184e80eab5ce93b5ab81308452a5559f.tar.bz2
cmGlobalGenerator: Extract new IsExcluded overload.
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 fe710f1..23501bc 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -396,6 +396,8 @@ protected:
// has been populated.
void FillProjectMap();
void CheckLocalGenerators();
+ bool IsExcluded(cmState::Snapshot const& root,
+ cmState::Snapshot const& snp) const;
bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen) const;
bool IsExcluded(cmLocalGenerator* root, cmGeneratorTarget* target) const;
virtual void InitializeProgressMarks() {}