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

@@ -66,8 +66,6 @@ public:
std::string GetDestination(std::string const& config) const;
cmListFileBacktrace const& GetBacktrace() const { return this->Backtrace; }
struct Files
{
// Names or paths of files to be read from the source or build tree.
@@ -134,5 +132,4 @@ protected:
NamelinkModeType NamelinkMode;
bool const ImportLibrary;
bool const Optional;
cmListFileBacktrace const Backtrace;
};