summaryrefslogtreecommitdiff
path: root/Modules/FindSDL_ttf.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/FindSDL_ttf.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/FindSDL_ttf.cmake')
-rw-r--r--Modules/FindSDL_ttf.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindSDL_ttf.cmake b/Modules/FindSDL_ttf.cmake
index 3d07ab7a8a..184b6c3f5c 100644
--- a/Modules/FindSDL_ttf.cmake
+++ b/Modules/FindSDL_ttf.cmake
@@ -39,8 +39,6 @@ FIND_PATH(SDLTTF_INCLUDE_DIR SDL_ttf.h
/usr/local/include/SDL11 # FreeBSD ports
/usr/include/SDL12
/usr/include/SDL11
- /usr/local/include
- /usr/include
/sw/include/SDL # Fink
/sw/include
/opt/local/include/SDL # DarwinPorts
@@ -59,8 +57,6 @@ FIND_LIBRARY(SDLTTF_LIBRARY
PATHS
~/Library/Frameworks
/Library/Frameworks
- /usr/local
- /usr
/sw
/opt/local
/opt/csw