mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Ninja: Remove parameter default for cmNinjaTargetDepends
This commit is contained in:
@@ -101,7 +101,8 @@ void cmNinjaUtilityTargetGenerator::Generate(const std::string& config)
|
||||
lg->AppendTargetOutputs(genTarget, gg->GetByproductsForCleanTarget(),
|
||||
config);
|
||||
}
|
||||
lg->AppendTargetDepends(genTarget, deps, config, config);
|
||||
lg->AppendTargetDepends(genTarget, deps, config, config,
|
||||
DependOnTargetArtifact);
|
||||
|
||||
if (commands.empty()) {
|
||||
phonyBuild.Comment = "Utility command for " + this->GetTargetName();
|
||||
|
||||
Reference in New Issue
Block a user