summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-09 19:57:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-09 19:57:55 (GMT)
commit14cb9c5aff92713d7e09a296a3fd2c4e5a28903e (patch)
tree1bfe2ab0daa0b7d6e615f38235bebcc26e0666cf /Modules
parent81922f811aab896135b52838a829782e06630e23 (diff)
downloadCMake-14cb9c5aff92713d7e09a296a3fd2c4e5a28903e.zip
CMake-14cb9c5aff92713d7e09a296a3fd2c4e5a28903e.tar.gz
CMake-14cb9c5aff92713d7e09a296a3fd2c4e5a28903e.tar.bz2
ENH: remove junk
Diffstat (limited to 'Modules')
-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 2b2ee9b..71b5f3c 100644
--- a/Modules/Platform/Darwin.cmake
+++ b/Modules/Platform/Darwin.cmake
@@ -42,7 +42,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
/Network/Library/Frameworks
/System/Library/Frameworks)