| 213 | } |
| 214 | |
| 215 | void cmExportCMakeConfigGenerator::GenerateImportVersionCode(std::ostream& os) |
| 216 | { |
| 217 | // Store an import file format version. This will let us change the |
| 218 | // format later while still allowing old import files to work. |
| 219 | os << "# Commands may need to know the format version.\n" |
| 220 | "set(CMAKE_IMPORT_FILE_VERSION 1)\n" |
| 221 | "\n"; |
| 222 | } |
| 223 | |
| 224 | void cmExportCMakeConfigGenerator::GenerateExpectedTargetsCode( |
| 225 | std::ostream& os, std::string const& expectedTargets) |
no outgoing calls
no test coverage detected