| 555 | } |
| 556 | |
| 557 | void cmInstallTargetGenerator::PreReplacementTweaks(std::ostream& os, |
| 558 | Indent indent, |
| 559 | std::string const& config, |
| 560 | std::string const& file) |
| 561 | { |
| 562 | this->AddRPathCheckRule(os, indent, config, file); |
| 563 | } |
| 564 | |
| 565 | void cmInstallTargetGenerator::PostReplacementTweaks(std::ostream& os, |
| 566 | Indent indent, |
no test coverage detected