| 385 | } |
| 386 | |
| 387 | bool cmQtAutoGenerator::InfoT::LogError(GenT genType, |
| 388 | cm::string_view message) const |
| 389 | { |
| 390 | this->Gen_.Log().Error(genType, |
| 391 | cmStrCat("Info error in info file\n", |
| 392 | Quoted(this->Gen_.InfoFile()), ":\n", |
| 393 | message)); |
| 394 | return false; |
| 395 | } |
| 396 | |
| 397 | bool cmQtAutoGenerator::InfoT::LogError(cm::string_view message) const |
| 398 | { |
no test coverage detected