| 207 | } |
| 208 | |
| 209 | void cmExportCMakeConfigGenerator::GenerateImportFooterCode(std::ostream& os) |
| 210 | { |
| 211 | os << "# Commands beyond this point should not need to know the version.\n" |
| 212 | "set(CMAKE_IMPORT_FILE_VERSION)\n"; |
| 213 | } |
| 214 | |
| 215 | void cmExportCMakeConfigGenerator::GenerateImportVersionCode(std::ostream& os) |
| 216 | { |
no outgoing calls
no test coverage detected