From 731e1ed9cf0ca1b09ebabb71d9c0bb13d062bb1d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 15 Feb 2006 12:30:01 -0500 Subject: [PATCH] ENH: fix build error for mac --- Source/cmMakefileTargetGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 87bef2861c..039f8b7d39 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -715,7 +715,7 @@ std::string cmMakefileTargetGenerator::GetFrameworkFlags() #else std::set emitted; std::vector includes; - this->GetIncludeDirectories(includes); + this->LocalGenerator->GetIncludeDirectories(includes); std::vector::iterator i; // check all include directories for frameworks as this // will already have added a -F for the framework