diff options
author | Brad King <brad.king@kitware.com> | 2013-10-09 14:23:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-09 14:23:23 (GMT) |
commit | 1c1a904328093933d6d228d8117e5fd7231defb2 (patch) | |
tree | 962d1df8df2bcb7bbd95bf712adb7db9a50b0bef /Modules | |
parent | e81b6742f72869a25e59230948a34a02f504046d (diff) | |
parent | c5c217c6b53b035303747a2971b1b80be5391566 (diff) | |
download | CMake-1c1a904328093933d6d228d8117e5fd7231defb2.zip CMake-1c1a904328093933d6d228d8117e5fd7231defb2.tar.gz CMake-1c1a904328093933d6d228d8117e5fd7231defb2.tar.bz2 |
Merge topic 'FindSDL-path-suffixes'
c5c217c FindSDL: Add path suffixes for <prefix>/include/(SDL|SDL12|SDL11)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindSDL.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake index fec142e..a4f12ba 100644 --- a/Modules/FindSDL.cmake +++ b/Modules/FindSDL.cmake @@ -70,7 +70,9 @@ find_path(SDL_INCLUDE_DIR SDL.h HINTS ENV SDLDIR - PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include + PATH_SUFFIXES SDL SDL12 SDL11 + # path suffixes to search inside ENV{SDLDIR} + include/SDL include/SDL12 include/SDL11 include ) # SDL-1.1 is the name used by FreeBSD ports... |