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

Method CleanupTemporaryVariables

Source/cmExportInstallCMakeConfigGenerator.cxx:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void 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
208void cmExportInstallCMakeConfigGenerator::LoadConfigFiles(std::ostream& os)
209{

Callers 1

GenerateMainFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected