mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Merge topic 'ninja-custom-command-implicit'
aa2e1e9 Ninja: implicit dependency for custom command files
This commit is contained in:
@@ -547,7 +547,7 @@ cmNinjaTargetGenerator
|
|||||||
cmCustomCommand const* cc = (*si)->GetCustomCommand();
|
cmCustomCommand const* cc = (*si)->GetCustomCommand();
|
||||||
const std::vector<std::string>& ccoutputs = cc->GetOutputs();
|
const std::vector<std::string>& ccoutputs = cc->GetOutputs();
|
||||||
std::transform(ccoutputs.begin(), ccoutputs.end(),
|
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
|
// If the source file is GENERATED and does not have a custom command
|
||||||
|
|||||||
Reference in New Issue
Block a user