ENH: fix build error for mac
This commit is contained in:
parent
141ad7645e
commit
731e1ed9cf
@ -715,7 +715,7 @@ std::string cmMakefileTargetGenerator::GetFrameworkFlags()
|
|||||||
#else
|
#else
|
||||||
std::set<cmStdString> emitted;
|
std::set<cmStdString> emitted;
|
||||||
std::vector<std::string> includes;
|
std::vector<std::string> includes;
|
||||||
this->GetIncludeDirectories(includes);
|
this->LocalGenerator->GetIncludeDirectories(includes);
|
||||||
std::vector<std::string>::iterator i;
|
std::vector<std::string>::iterator i;
|
||||||
// check all include directories for frameworks as this
|
// check all include directories for frameworks as this
|
||||||
// will already have added a -F for the framework
|
// will already have added a -F for the framework
|
||||||
|
Loading…
x
Reference in New Issue
Block a user