summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallFilesCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-11 14:58:55 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-28 17:47:58 (GMT)
commite32818dd76879d43b4cd84f7f72cd3f83dbecbd6 (patch)
tree00158c6f94bdc4b736e2ee91b6ad8a0daa23b138 /Source/cmInstallFilesCommand.cxx
parenteea61268e6f755e70a91770f7f512e29bc6a288c (diff)
downloadCMake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.zip
CMake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.tar.gz
CMake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.tar.bz2
cmInstallGenerator: Add backtrace to all install generators
Diffstat (limited to 'Source/cmInstallFilesCommand.cxx')
-rw-r--r--Source/cmInstallFilesCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallFilesCommand.cxx b/Source/cmInstallFilesCommand.cxx
index 3c59f01..e65cb24 100644
--- a/Source/cmInstallFilesCommand.cxx
+++ b/Source/cmInstallFilesCommand.cxx
@@ -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()));
}
/**