BUG: fix for bug#3714 execlude_from_all not working on vs
This commit is contained in:
parent
22a7977ff9
commit
f851821cc7
|
@ -984,7 +984,7 @@ bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root,
|
|||
}
|
||||
cur = cur->GetParent();
|
||||
}
|
||||
return false;
|
||||
return gen->GetExcludeAll();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue