ENH: fix build error for mac

This commit is contained in:
Bill Hoffman 2006-02-15 12:30:01 -05:00
parent 141ad7645e
commit 731e1ed9cf
1 changed files with 1 additions and 1 deletions

View File

@ -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