mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: change framework order
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user