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

@@ -9,6 +9,7 @@
#include <vector>
#include "cmInstallGenerator.h"
#include "cmListFileCache.h"
#include "cmScriptGenerator.h"
class cmLocalGenerator;
@@ -25,7 +26,7 @@ public:
std::vector<std::string> const& configurations,
std::string const& component, MessageLevel message,
bool exclude_from_all, std::string rename,
bool optional = false);
bool optional, cmListFileBacktrace backtrace);
~cmInstallFilesGenerator() override;
bool Compute(cmLocalGenerator* lg) override;