mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Fixes: #20345
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user