Browse Source

ENH: fix build error for mac

Bill Hoffman 20 years ago
parent
commit
731e1ed9cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmMakefileTargetGenerator.cxx

+ 1 - 1
Source/cmMakefileTargetGenerator.cxx

@@ -715,7 +715,7 @@ std::string cmMakefileTargetGenerator::GetFrameworkFlags()
 #else
   std::set<cmStdString> emitted;
   std::vector<std::string> includes;
-  this->GetIncludeDirectories(includes);
+  this->LocalGenerator->GetIncludeDirectories(includes);
   std::vector<std::string>::iterator i;
   // check all include directories for frameworks as this
   // will already have added a -F for the framework