diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-26 15:21:15 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-06-19 19:06:27 (GMT) |
commit | e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d (patch) | |
tree | 41c28c7b6c8c2a5dcb81ad0ce4b94cdbce581b26 /Modules/FindPhysFS.cmake | |
parent | 54431e3395eb16033eb145edf12335852156ebe4 (diff) | |
download | CMake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.zip CMake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.tar.gz CMake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.tar.bz2 |
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.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindPhysFS.cmake b/Modules/FindPhysFS.cmake index 80dfd51..2e3ac14 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 |