From d46c650d676420a3053ba39e7af8808d581d04ab Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 23 May 2014 14:41:46 -0400 Subject: 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). --- Source/cmExportBuildFileGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmExportBuildFileGenerator.h') diff --git a/Source/cmExportBuildFileGenerator.h b/Source/cmExportBuildFileGenerator.h index c1bdb5b959..8b5694c395 100644 --- a/Source/cmExportBuildFileGenerator.h +++ b/Source/cmExportBuildFileGenerator.h @@ -45,7 +45,7 @@ public: void SetMakefile(cmMakefile *mf) { this->Makefile = mf; - this->Makefile->GetBacktrace(this->Backtrace); + this->Backtrace = this->Makefile->GetBacktrace(); } protected: -- cgit v1.2.1