mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
cmInstallGenerator: Add backtrace to all install generators
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
|
||||
cmInstallScriptGenerator::cmInstallScriptGenerator(
|
||||
std::string script, bool code, std::string const& component,
|
||||
bool exclude_from_all)
|
||||
bool exclude_from_all, cmListFileBacktrace backtrace)
|
||||
: cmInstallGenerator("", std::vector<std::string>(), component,
|
||||
MessageDefault, exclude_from_all)
|
||||
MessageDefault, exclude_from_all, std::move(backtrace))
|
||||
, Script(std::move(script))
|
||||
, Code(code)
|
||||
, AllowGenex(false)
|
||||
|
||||
Reference in New Issue
Block a user