| 169 | } |
| 170 | |
| 171 | int cmCPackExternalGenerator::cmCPackExternalVersionGenerator::WriteVersion( |
| 172 | Json::Value& root) |
| 173 | { |
| 174 | root["formatVersionMajor"] = this->GetVersionMajor(); |
| 175 | root["formatVersionMinor"] = this->GetVersionMinor(); |
| 176 | |
| 177 | return 1; |
| 178 | } |
| 179 | |
| 180 | int cmCPackExternalGenerator::cmCPackExternalVersionGenerator::WriteToJSON( |
| 181 | Json::Value& root) |
no test coverage detected