diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-08-16 15:25:03 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-08-16 15:25:03 +0200 |
| commit | 80fa5d597783793afab25d55757254dcf9172716 (patch) | |
| tree | 7340ac474acf2750ca963f21dffaf80b1bb6d748 /cmake/FindSDL_mixer.cmake | |
| parent | cf25a01ac556f9674e638422aacd0106ba16e71d (diff) | |
Move the bundled lib location as last hook.
Diffstat (limited to 'cmake/FindSDL_mixer.cmake')
| -rw-r--r-- | cmake/FindSDL_mixer.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindSDL_mixer.cmake b/cmake/FindSDL_mixer.cmake index b3bd845..f491d02 100644 --- a/cmake/FindSDL_mixer.cmake +++ b/cmake/FindSDL_mixer.cmake @@ -30,13 +30,13 @@ FIND_PATH(SDLMIXER_INCLUDE_DIR SDL_mixer.h /usr/include /sw/include/SDL # Fink /sw/include - ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include #tuxanci /opt/local/include/SDL # DarwinPorts /opt/local/include /opt/csw/include/SDL # Blastwave /opt/csw/include /opt/include/SDL /opt/include + ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include #tuxanci ) FIND_LIBRARY(SDLMIXER_LIBRARY @@ -46,7 +46,6 @@ FIND_LIBRARY(SDLMIXER_LIBRARY $ENV{SDLDIR} PATH_SUFFIXES lib64 lib PATHS - ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/ ~/Library/Frameworks /Library/Frameworks /usr/local @@ -55,6 +54,7 @@ FIND_LIBRARY(SDLMIXER_LIBRARY /opt/local /opt/csw /opt + ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/ ) SET(SDLMIXER_FOUND "NO") |