Ninja Multi-Config: Fix issue with framework dependencies and Autogen

Fixes: #20345
This commit is contained in:
Kyle Edwards
2020-02-13 11:12:34 -05:00
parent b88a671f75
commit 7abc3d61ac
29 changed files with 152 additions and 87 deletions

View File

@@ -97,7 +97,7 @@ bool cmIncludeExternalMSProjectCommand(std::vector<std::string> const& args,
target->SetProperty("VS_PLATFORM_MAPPING", platformMapping);
for (std::string const& d : depends) {
target->AddUtility(d);
target->AddUtility(d, false);
}
}
#endif