summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallExportGenerator.h
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/cmInstallExportGenerator.h
parenteea61268e6f755e70a91770f7f512e29bc6a288c (diff)
downloadCMake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.zip
CMake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.tar.gz
CMake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.tar.bz2
cmInstallGenerator: Add backtrace to all install generators
Diffstat (limited to 'Source/cmInstallExportGenerator.h')
-rw-r--r--Source/cmInstallExportGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmInstallExportGenerator.h b/Source/cmInstallExportGenerator.h
index 1f038cf..efeae86 100644
--- a/Source/cmInstallExportGenerator.h
+++ b/Source/cmInstallExportGenerator.h
@@ -11,6 +11,7 @@
#include <vector>
#include "cmInstallGenerator.h"
+#include "cmListFileCache.h"
#include "cmScriptGenerator.h"
class cmExportInstallFileGenerator;
@@ -29,7 +30,7 @@ public:
std::string const& component, MessageLevel message,
bool exclude_from_all, std::string filename,
std::string name_space, bool exportOld,
- bool android);
+ bool android, cmListFileBacktrace backtrace);
cmInstallExportGenerator(const cmInstallExportGenerator&) = delete;
~cmInstallExportGenerator() override;