| 21 | } |
| 22 | |
| 23 | cmValue cmCPackIFWCommon::GetOption(std::string const& op) const |
| 24 | { |
| 25 | return this->Generator ? this->Generator->cmCPackGenerator::GetOption(op) |
| 26 | : nullptr; |
| 27 | } |
| 28 | |
| 29 | bool cmCPackIFWCommon::IsOn(std::string const& op) const |
| 30 | { |
no outgoing calls
no test coverage detected