Ninja: remove implicit dependency on custom command outputs
Revert aa2e1e9cae
With this commit all files are rebuild when only one moc file has changed.
BUG 0013874
This commit is contained in:
parent
5698d9b865
commit
bbea30eec8
|
@ -552,7 +552,7 @@ cmNinjaTargetGenerator
|
|||
cmCustomCommand const* cc = (*si)->GetCustomCommand();
|
||||
const std::vector<std::string>& ccoutputs = cc->GetOutputs();
|
||||
std::transform(ccoutputs.begin(), ccoutputs.end(),
|
||||
std::back_inserter(implicitDeps), MapToNinjaPath());
|
||||
std::back_inserter(orderOnlyDeps), MapToNinjaPath());
|
||||
}
|
||||
|
||||
// If the source file is GENERATED and does not have a custom command
|
||||
|
|
Loading…
Reference in New Issue