mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmInstallGenerator: Add backtrace to all install generators
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user