BUG: fix for bug#3714 execlude_from_all not working on vs

This commit is contained in:
Bill Hoffman 2006-10-03 15:12:25 -04:00
parent 22a7977ff9
commit f851821cc7
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root,
}
cur = cur->GetParent();
}
return false;
return gen->GetExcludeAll();
}