Merge topic 'ninja-custom-command-implicit'

aa2e1e9 Ninja: implicit dependency for custom command files
This commit is contained in:
Brad King 2012-10-09 08:38:54 -04:00 committed by CMake Topic Stage
commit f413d280bc
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ cmNinjaTargetGenerator
cmCustomCommand const* cc = (*si)->GetCustomCommand();
const std::vector<std::string>& ccoutputs = cc->GetOutputs();
std::transform(ccoutputs.begin(), ccoutputs.end(),
std::back_inserter(orderOnlyDeps), MapToNinjaPath());
std::back_inserter(implicitDeps), MapToNinjaPath());
}
// If the source file is GENERATED and does not have a custom command