| 134 | } |
| 135 | |
| 136 | void cmFileCopier::NotAfterMatch(std::string const& arg) |
| 137 | { |
| 138 | std::ostringstream e; |
| 139 | e << "option " << arg << " may not appear after PATTERN or REGEX."; |
| 140 | this->Status.SetError(e.str()); |
| 141 | this->Doing = DoingError; |
| 142 | } |
| 143 | |
| 144 | void cmFileCopier::DefaultFilePermissions() |
| 145 | { |
no test coverage detected