summaryrefslogtreecommitdiff
path: root/Modules/FindPhysFS.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-03-26 17:21:15 +0200
committerRolf Eike Beer <eike@sf-mail.de>2012-06-19 21:06:27 +0200
commite93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d (patch)
tree41c28c7b6c8c2a5dcb81ad0ce4b94cdbce581b26 /Modules/FindPhysFS.cmake
parent54431e3395eb16033eb145edf12335852156ebe4 (diff)
downloadcmake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.tar.gz
do not explicitely specify /usr and /usr/local as search paths
If not explicitely excluded these paths are searched automatically anyway.
Diffstat (limited to 'Modules/FindPhysFS.cmake')
-rw-r--r--Modules/FindPhysFS.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindPhysFS.cmake b/Modules/FindPhysFS.cmake
index 80dfd518cf..2e3ac1400c 100644
--- a/Modules/FindPhysFS.cmake
+++ b/Modules/FindPhysFS.cmake
@@ -30,8 +30,6 @@ FIND_PATH(PHYSFS_INCLUDE_DIR physfs.h
PATHS
~/Library/Frameworks
/Library/Frameworks
- /usr/local
- /usr
/sw # Fink
/opt/local # DarwinPorts
/opt/csw # Blastwave
@@ -46,8 +44,6 @@ FIND_LIBRARY(PHYSFS_LIBRARY
PATHS
~/Library/Frameworks
/Library/Frameworks
- /usr/local
- /usr
/sw
/opt/local
/opt/csw