| 117 | } |
| 118 | |
| 119 | bool cmFileCopier::ReportMissing(std::string const& fromFile) |
| 120 | { |
| 121 | // The input file does not exist and installation is not optional. |
| 122 | this->Status.SetError(cmStrCat(this->Name, " cannot find \"", fromFile, |
| 123 | "\": ", cmSystemTools::GetLastSystemError(), |
| 124 | '.')); |
| 125 | return false; |
| 126 | } |
| 127 | |
| 128 | void cmFileCopier::NotBeforeMatch(std::string const& arg) |
| 129 | { |