mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
cmMakefile: return a backtrace
This allows backtraces to be fully controlled by the makefile rather than externally (and makes changing how they are manipulated easier).
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
void SetMakefile(cmMakefile *mf) {
|
||||
this->Makefile = mf;
|
||||
this->Makefile->GetBacktrace(this->Backtrace);
|
||||
this->Backtrace = this->Makefile->GetBacktrace();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user