mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
cmInstallGenerator: Add backtrace to all install generators
This commit is contained in:
@@ -1838,7 +1838,7 @@ void cmMakefile::AddSubDirectory(const std::string& srcPath,
|
||||
}
|
||||
|
||||
this->AddInstallGenerator(cm::make_unique<cmInstallSubdirectoryGenerator>(
|
||||
subMf, binPath, excludeFromAll));
|
||||
subMf, binPath, excludeFromAll, this->GetBacktrace()));
|
||||
}
|
||||
|
||||
const std::string& cmMakefile::GetCurrentSourceDirectory() const
|
||||
|
||||
Reference in New Issue
Block a user