|
From: Yoda-JM <yo...@us...> - 2009-09-23 13:37:36
|
Module: performous
Branch: master
Commit: df9422b6f16dd39839cecb75436e12ada57e041c
Author: Vincent Le Ligeour <yo...@us...>
Date: Wed Sep 23 15:37:22 2009 +0200
Fixed the fix of the fix
---
cmake/Modules/FindSDL.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cmake/Modules/FindSDL.cmake b/cmake/Modules/FindSDL.cmake
index 41b9787..e89c44a 100644
--- a/cmake/Modules/FindSDL.cmake
+++ b/cmake/Modules/FindSDL.cmake
@@ -29,7 +29,7 @@ find_library(SDL_SDL_LIBRARY
# Process others than OSX with native SDL normally
if(NOT "${SDL_SDL_LIBRARY}" MATCHES "framework")
if(MINGW)
- set(MINGW32_LIBRARY mingw)
+ set(MINGW32_LIBRARY mingw32)
set(SDL_PROCESS_LIBS ${SDL_PROCESS_LIBS} MINGW32_LIBRARY)
endif(MINGW)
find_library(SDL_SDLmain_LIBRARY
|