summaryrefslogtreecommitdiffstats
path: root/Modules/FindSDL.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-06 16:21:49 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-06 16:21:49 (GMT)
commit511f227e1311211d072f0462091f6b7a0802e123 (patch)
tree0958dd0a5770822fd1c73ef1fce4ae33db864ce2 /Modules/FindSDL.cmake
parent20c5104713cc219258893e1963cb2c1461216b2d (diff)
parent7cb5173969bc78bebdf2fe5c0aeb2d54712f8734 (diff)
downloadCMake-511f227e1311211d072f0462091f6b7a0802e123.zip
CMake-511f227e1311211d072f0462091f6b7a0802e123.tar.gz
CMake-511f227e1311211d072f0462091f6b7a0802e123.tar.bz2
Merge branch 'fix-FindSDL-paths' into release
Diffstat (limited to 'Modules/FindSDL.cmake')
-rw-r--r--Modules/FindSDL.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake
index 9359323..f2e9f25 100644
--- a/Modules/FindSDL.cmake
+++ b/Modules/FindSDL.cmake
@@ -70,7 +70,7 @@
find_path(SDL_INCLUDE_DIR SDL.h
HINTS
ENV SDLDIR
- PATH_SUFFIXES SDL SDL12 SDL11
+ PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
)
# SDL-1.1 is the name used by FreeBSD ports...
@@ -79,6 +79,7 @@ find_library(SDL_LIBRARY_TEMP
NAMES SDL SDL-1.1
HINTS
ENV SDLDIR
+ PATH_SUFFIXES lib
)
if(NOT SDL_BUILDING_LIBRARY)