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

Method GeneratePolicyFooterCode

Source/cmExportCMakeConfigGenerator.cxx:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void cmExportCMakeConfigGenerator::GeneratePolicyFooterCode(std::ostream& os)
190{
191 os << "cmake_policy(POP)\n";
192}
193
194void cmExportCMakeConfigGenerator::GenerateImportHeaderCode(
195 std::ostream& os, std::string const& config)

Callers 1

GenerateImportFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected