ENH: change framework order
This commit is contained in:
parent
bf044cec81
commit
9e5c219b87
|
@ -149,8 +149,8 @@ cmStdString cmFindPathCommand::FindHeaderInFrameworks(
|
|||
}
|
||||
path.push_back("~/Library/Frameworks");
|
||||
path.push_back("/Library/Frameworks");
|
||||
path.push_back("/System/Library/Frameworks");
|
||||
path.push_back("/Network/Library/Frameworks");
|
||||
path.push_back("/System/Library/Frameworks");
|
||||
for( std::vector<std::string>::iterator i = path.begin();
|
||||
i != path.end(); ++i)
|
||||
{
|
||||
|
|
|
@ -2279,8 +2279,8 @@ std::string cmMakefile::FindLibrary(const char* name,
|
|||
{
|
||||
path.push_back("~/Library/Frameworks");
|
||||
path.push_back("/Library/Frameworks");
|
||||
path.push_back("/System/Library/Frameworks");
|
||||
path.push_back("/Network/Library/Frameworks");
|
||||
path.push_back("/System/Library/Frameworks");
|
||||
}
|
||||
}
|
||||
if(m_LocalGenerator->GetGlobalGenerator()->GetLanguageEnabled("C"))
|
||||
|
|
Loading…
Reference in New Issue