diff options
author | Rahul Gottipati <rahul.blr97@gmail.com> | 2020-06-25 13:36:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-30 15:20:41 (GMT) |
commit | 27b03281e2028d8239c3f7e43ea67f30a70dc42b (patch) | |
tree | 932b13ea34f2256e7d3400d5264cbf39b28f7096 /Help/release | |
parent | f2b84d24cfccf49b6332cf3f2ca164fd71ae023e (diff) | |
download | CMake-27b03281e2028d8239c3f7e43ea67f30a70dc42b.zip CMake-27b03281e2028d8239c3f7e43ea67f30a70dc42b.tar.gz CMake-27b03281e2028d8239c3f7e43ea67f30a70dc42b.tar.bz2 |
configure_file: Add option to control file permissions transfer to copy
Issue: #20866
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/configure_file-permission-control.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/configure_file-permission-control.rst b/Help/release/dev/configure_file-permission-control.rst new file mode 100644 index 0000000..54b52b7 --- /dev/null +++ b/Help/release/dev/configure_file-permission-control.rst @@ -0,0 +1,5 @@ +configure_file-permission-control +--------------------------------- + +* The :command:`configure_file` command gained a ``NO_SOURCE_PERMISSIONS`` + option to suppress copying the input file's permissions to the output file. |