diff options
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileTargetGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 87bef28..039f8b7 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/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 |