cmInstallGenerator: Add backtrace to all install generators

This commit is contained in:
Brad King
2021-01-11 09:58:55 -05:00
parent eea61268e6
commit e32818dd76
18 changed files with 57 additions and 42 deletions

View File

@@ -125,7 +125,7 @@ static void CreateInstallGenerator(cmMakefile& makefile,
cmInstallGenerator::SelectMessageLevel(&makefile);
makefile.AddInstallGenerator(cm::make_unique<cmInstallFilesGenerator>(
files, destination, false, no_permissions, no_configurations, no_component,
message, no_exclude_from_all, no_rename));
message, no_exclude_from_all, no_rename, false, makefile.GetBacktrace()));
}
/**