| 196 | } |
| 197 | |
| 198 | void cmExportInstallCMakeConfigGenerator::CleanupTemporaryVariables( |
| 199 | std::ostream& os) |
| 200 | { |
| 201 | /* clang-format off */ |
| 202 | os << "# Cleanup temporary variables.\n" |
| 203 | "set(_IMPORT_PREFIX)\n" |
| 204 | "\n"; |
| 205 | /* clang-format on */ |
| 206 | } |
| 207 | |
| 208 | void cmExportInstallCMakeConfigGenerator::LoadConfigFiles(std::ostream& os) |
| 209 | { |