From 27b03281e2028d8239c3f7e43ea67f30a70dc42b Mon Sep 17 00:00:00 2001 From: Rahul Gottipati Date: Thu, 25 Jun 2020 19:06:25 +0530 Subject: configure_file: Add option to control file permissions transfer to copy Issue: #20866 --- Source/cmMakefile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmMakefile.h') 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()); /** -- cgit v1.2.1