mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
This commit is contained in:
@@ -571,7 +571,7 @@ void cmGlobalXCodeGenerator::AddExtraTargets(
|
||||
false, "", "", false, cmMakefile::AcceptObjectLibraryCommands);
|
||||
}
|
||||
|
||||
if (!this->IsExcluded(target)) {
|
||||
if (!this->IsExcluded(gens[0], target)) {
|
||||
allbuild->AddUtility(target->GetName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user