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

Method ConfigureFile

Source/CPack/cmCPackGenerator.cxx:1488–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488bool cmCPackGenerator::ConfigureFile(std::string const& inName,
1489 std::string const& outName,
1490 bool copyOnly /* = false */)
1491{
1492 return this->MakefileMap->ConfigureFile(inName, outName, copyOnly, true,
1493 false) == 1;
1494}
1495
1496int cmCPackGenerator::CleanTemporaryDirectory()
1497{

Callers 4

WriteDistributionFileMethod · 0.45
CopyResourcePlistFileMethod · 0.45
PackageFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected