configure_file: Add option to control file permissions transfer to copy

Issue: #20866
This commit is contained in:
Rahul Gottipati
2020-06-25 19:06:25 +05:30
committed by Brad King
parent f2b84d24cf
commit 27b03281e2
12 changed files with 52 additions and 7 deletions
+1 -1
View File
@@ -670,7 +670,7 @@ void cmVisualStudio10TargetGenerator::Generate()
cmStrCat(this->DefaultArtifactDir, "\\nasm.props");
ConvertToWindowsSlash(propsLocal);
this->Makefile->ConfigureFile(propsTemplate, propsLocal, false, true,
true);
true, true);
Elem(e1, "Import").Attribute("Project", propsLocal);
}
}