Merge topic 'ninja-custom-command-implicit'

bbea30e Ninja: remove implicit dependency on custom command outputs
This commit is contained in:
Brad King
2013-02-19 14:58:56 -05:00
committed by CMake Topic Stage
+1 -1
View File
@@ -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