summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-02 16:07:57 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-02 16:07:57 (GMT)
commit9e5c219b871df4eb8e7ed4bc639645d9695fa38d (patch)
treebd3c3c415d55a71c8b123021fefbd379527d9e26 /Source/cmMakefile.cxx
parentbf044cec81c2b31c94850fffd184f99a95c84264 (diff)
downloadCMake-9e5c219b871df4eb8e7ed4bc639645d9695fa38d.zip
CMake-9e5c219b871df4eb8e7ed4bc639645d9695fa38d.tar.gz
CMake-9e5c219b871df4eb8e7ed4bc639645d9695fa38d.tar.bz2
ENH: change framework order
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index ae8c116..d47832e 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -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"))