| 592 | } |
| 593 | |
| 594 | bool cmGlobalGhsMultiGenerator::ComputeTargetBuildOrder( |
| 595 | cmGeneratorTarget const* tgt, std::vector<cmGeneratorTarget const*>& build) |
| 596 | { |
| 597 | std::vector<cmGeneratorTarget const*> t{ tgt }; |
| 598 | return this->ComputeTargetBuildOrder(t, build); |
| 599 | } |
| 600 | |
| 601 | bool cmGlobalGhsMultiGenerator::ComputeTargetBuildOrder( |
| 602 | std::vector<cmGeneratorTarget const*>& tgt, |
no test coverage detected