| 32 | } |
| 33 | |
| 34 | int cmCPackFreeBSDGenerator::InitializeInternal() |
| 35 | { |
| 36 | this->SetOptionIfNotSet("CPACK_PACKAGING_INSTALL_PREFIX", "/usr/local"); |
| 37 | this->SetOption("CPACK_INCLUDE_TOPLEVEL_DIRECTORY", "0"); |
| 38 | return this->Superclass::InitializeInternal(); |
| 39 | } |
| 40 | |
| 41 | cmCPackFreeBSDGenerator::~cmCPackFreeBSDGenerator() = default; |
| 42 |
nothing calls this directly
no test coverage detected