| 510 | } |
| 511 | |
| 512 | void cmExportFileGenerator::ReplaceInstallPrefix(std::string& /*unused*/) const |
| 513 | { |
| 514 | // Do nothing |
| 515 | } |
| 516 | |
| 517 | void cmExportFileGenerator::SetImportDetailProperties( |
| 518 | std::string const& config, std::string const& suffix, |
no outgoing calls
no test coverage detected