summaryrefslogtreecommitdiff
path: root/Source/cmInstallSubdirectoryGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-11 09:58:55 -0500
committerBrad King <brad.king@kitware.com>2021-01-28 12:47:58 -0500
commite32818dd76879d43b4cd84f7f72cd3f83dbecbd6 (patch)
tree00158c6f94bdc4b736e2ee91b6ad8a0daa23b138 /Source/cmInstallSubdirectoryGenerator.h
parenteea61268e6f755e70a91770f7f512e29bc6a288c (diff)
downloadcmake-e32818dd76879d43b4cd84f7f72cd3f83dbecbd6.tar.gz
cmInstallGenerator: Add backtrace to all install generators
Diffstat (limited to 'Source/cmInstallSubdirectoryGenerator.h')
-rw-r--r--Source/cmInstallSubdirectoryGenerator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmInstallSubdirectoryGenerator.h b/Source/cmInstallSubdirectoryGenerator.h
index 3e46d6bbbd..614cef9214 100644
--- a/Source/cmInstallSubdirectoryGenerator.h
+++ b/Source/cmInstallSubdirectoryGenerator.h
@@ -8,6 +8,7 @@
#include <string>
#include "cmInstallGenerator.h"
+#include "cmListFileCache.h"
class cmLocalGenerator;
class cmMakefile;
@@ -20,7 +21,8 @@ class cmInstallSubdirectoryGenerator : public cmInstallGenerator
public:
cmInstallSubdirectoryGenerator(cmMakefile* makefile,
std::string binaryDirectory,
- bool excludeFromAll);
+ bool excludeFromAll,
+ cmListFileBacktrace backtrace);
~cmInstallSubdirectoryGenerator() override;
bool HaveInstall() override;