Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'

This commit is contained in:
Brad King
2019-09-30 09:19:21 -04:00
19 changed files with 163 additions and 103 deletions
+1 -1
View File
@@ -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());
}
}