summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-29 21:34:50 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-29 21:34:50 (GMT)
commitdfbee4a92a509d0befaf6d0374bf02a0de057019 (patch)
tree71d5c466ff33fd219236ecc0285e9979c48bf109 /Modules/Platform
parent5076590a029639b20ed69c65ebd4aa19f80777de (diff)
downloadCMake-dfbee4a92a509d0befaf6d0374bf02a0de057019.zip
CMake-dfbee4a92a509d0befaf6d0374bf02a0de057019.tar.gz
CMake-dfbee4a92a509d0befaf6d0374bf02a0de057019.tar.bz2
ENH: use correct name for path
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Darwin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Darwin.cmake b/Modules/Platform/Darwin.cmake
index 4ca7d49..fb70f3b 100644
--- a/Modules/Platform/Darwin.cmake
+++ b/Modules/Platform/Darwin.cmake
@@ -69,7 +69,7 @@ SET(CMAKE_FIND_FRAMEWORK FIRST)
# set up the default search directories for frameworks
SET(CMAKE_SYSTEM_FRAMEWORK_PATH
~/Library/Frameworks
- /Library/Frameworks/Network
+ /Library/Frameworks
/Network/Library/Frameworks
/System/Library/Frameworks)