| commit | 62bb8a77a590c705b73ea80783d2d2693e70cfa8 | [log] [tgz] |
|---|---|---|
| author | Alex Turbov <i.zaufi@gmail.com> | Mon Jul 01 01:52:47 2024 +0400 |
| committer | Brad King <brad.king@kitware.com> | Thu Jul 18 10:29:47 2024 -0400 |
| tree | eb9ea3568cba3740ecede76b45b229c4ab06c386 | |
| parent | dc38f812378b5feedf29f9ea23ba764f62ea3b04 [diff] |
cmMakefile: Teach ConfigureFile to move the temp file instead of copying it In the variables substitution mode `cmMakefile::ConfigureFile` was copy file and then remove temporary rendered file. With updated signature of `MoveFileIfDifferent` it can be used instead of `CopyFileIfDifferent`.