MCPcopy Create free account
hub / github.com/Kitware/CMake / GenerateImportFooterCode

Method GenerateImportFooterCode

Source/cmExportCMakeConfigGenerator.cxx:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void 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
215void cmExportCMakeConfigGenerator::GenerateImportVersionCode(std::ostream& os)
216{

Callers 2

GenerateImportFileMethod · 0.95
GenerateImportConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected