| 1486 | } |
| 1487 | |
| 1488 | bool 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 | |
| 1496 | int cmCPackGenerator::CleanTemporaryDirectory() |
| 1497 | { |
no outgoing calls
no test coverage detected