mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmInstallGenerator: Add backtrace to all install generators
This commit is contained in:
@@ -15,9 +15,9 @@ cmInstallFilesGenerator::cmInstallFilesGenerator(
|
||||
bool programs, std::string file_permissions,
|
||||
std::vector<std::string> const& configurations, std::string const& component,
|
||||
MessageLevel message, bool exclude_from_all, std::string rename,
|
||||
bool optional)
|
||||
bool optional, cmListFileBacktrace backtrace)
|
||||
: cmInstallGenerator(dest, configurations, component, message,
|
||||
exclude_from_all)
|
||||
exclude_from_all, std::move(backtrace))
|
||||
, LocalGenerator(nullptr)
|
||||
, Files(files)
|
||||
, FilePermissions(std::move(file_permissions))
|
||||
|
||||
Reference in New Issue
Block a user