summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/RENAME-file-replace.cmake
Commit message (Collapse)AuthorAgeFilesLines
* codespell: Avoid escape sequence that looks like misspelled "nodes"Brad King2023-05-221-1/+1
|
* file(RENAME): Add option to not replace existing pathBrad King2021-03-041-0/+9
Add a `NO_REPLACE` option that prevents overwriting `<newname>` if it exists.