mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
BUG: fix for bug#3714 execlude_from_all not working on vs
This commit is contained in:
@@ -984,7 +984,7 @@ bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root,
|
||||
}
|
||||
cur = cur->GetParent();
|
||||
}
|
||||
return false;
|
||||
return gen->GetExcludeAll();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user