diff options
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 8c81f08..e7beb41 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -984,7 +984,7 @@ bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root, } cur = cur->GetParent(); } - return false; + return gen->GetExcludeAll(); } |