mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
9bf40d8027
Add a `NO_REPLACE` option that prevents overwriting `<newname>` if it exists.
7 lines
202 B
ReStructuredText
7 lines
202 B
ReStructuredText
file-RENAME
|
|
-----------
|
|
|
|
* The :command:`file(RENAME)` command learned to optionally capture
|
|
failure in a result variable. It also gained a ``NO_REPLACE``
|
|
option to fail if the destination exists.
|