Skip to content

file(RENAME): Add options to capture errors and to not replace paths

Brad King requested to merge brad.king/cmake:file-RENAME into master

Add a RESULT <result> option to capture errors instead of failing, just as we have for file(CREATE_LINK) already.

Add a NO_REPLACE option to avoid replacing an already-existing path.

Merge request reports