mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
configure_file: Add option to control file permissions transfer to copy
Issue: #20866
This commit is contained in:
committed by
Brad King
parent
f2b84d24cf
commit
27b03281e2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user