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/FindSDL_image.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/FindSDL_image.cmake')
-rw-r--r-- | Modules/FindSDL_image.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindSDL_image.cmake b/Modules/FindSDL_image.cmake index 9a130fa..f215bda 100644 --- a/Modules/FindSDL_image.cmake +++ b/Modules/FindSDL_image.cmake @@ -39,8 +39,6 @@ FIND_PATH(SDLIMAGE_INCLUDE_DIR SDL_image.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 @@ -60,8 +58,6 @@ FIND_LIBRARY(SDLIMAGE_LIBRARY PATHS ~/Library/Frameworks /Library/Frameworks - /usr/local - /usr /sw /opt/local /opt/csw |