| 1069 | } |
| 1070 | |
| 1071 | void cmCPackGenerator::SetOptionIfNotSet(std::string const& op, |
| 1072 | char const* value) |
| 1073 | { |
| 1074 | this->StoreOptionIfNotSet(op, value); |
| 1075 | } |
| 1076 | void cmCPackGenerator::SetOptionIfNotSet(std::string const& op, cmValue value) |
| 1077 | { |
| 1078 | this->StoreOptionIfNotSet(op, value); |
no test coverage detected