diff options
author | Brad King <brad.king@kitware.com> | 2020-07-01 11:02:14 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-01 07:03:03 -0400 |
commit | b7af2811aecf9aedf31e3ed98209b6a92c227116 (patch) | |
tree | 8c0c17a848dd71c925422a909165ec53dcd5f9f4 /Source/cmMakefile.h | |
parent | 57ea0012477828d0f2d34dde994ec6fa18cdd7a1 (diff) | |
parent | 27b03281e2028d8239c3f7e43ea67f30a70dc42b (diff) | |
download | cmake-b7af2811aecf9aedf31e3ed98209b6a92c227116.tar.gz |
Merge topic 'configure_file-permission-control'
27b03281e2 configure_file: Add option to control file permissions transfer to copy
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4941
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 332554e454..8219eb386d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -687,6 +687,7 @@ public: */ int ConfigureFile(const std::string& infile, const std::string& outfile, bool copyonly, bool atOnly, bool escapeQuotes, + bool use_source_permissions, cmNewLineStyle = cmNewLineStyle()); /** |