summaryrefslogtreecommitdiff
path: root/Source/cmFindPathCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-02 11:07:57 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-02 11:07:57 -0500
commit9e5c219b871df4eb8e7ed4bc639645d9695fa38d (patch)
treebd3c3c415d55a71c8b123021fefbd379527d9e26 /Source/cmFindPathCommand.cxx
parentbf044cec81c2b31c94850fffd184f99a95c84264 (diff)
downloadcmake-9e5c219b871df4eb8e7ed4bc639645d9695fa38d.tar.gz
ENH: change framework order
Diffstat (limited to 'Source/cmFindPathCommand.cxx')
-rw-r--r--Source/cmFindPathCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.cxx b/Source/cmFindPathCommand.cxx
index 68da096db5..305f4be822 100644
--- a/Source/cmFindPathCommand.cxx
+++ b/Source/cmFindPathCommand.cxx
@@ -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)
{