| 96 | } |
| 97 | |
| 98 | void cmGeneratedFileStream::SetCopyIfDifferent(bool copy_if_different) |
| 99 | { |
| 100 | this->CopyIfDifferent = copy_if_different; |
| 101 | } |
| 102 | |
| 103 | void cmGeneratedFileStream::SetCompression(bool compression) |
| 104 | { |
no outgoing calls
no test coverage detected