Browse Source

ENH: use correct name for path

Bill Hoffman 20 years ago
parent
commit
dfbee4a92a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Platform/Darwin.cmake

+ 1 - 1
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)