cmake_modules/FindSDL_Extras.cmake
branchphysfslayer
changeset 7928 88fde28bbda6
parent 7817 6cc558a69b58
child 8347 716c05f19401
--- a/cmake_modules/FindSDL_Extras.cmake	Sun Oct 21 01:28:33 2012 +0400
+++ b/cmake_modules/FindSDL_Extras.cmake	Sat Nov 03 00:34:35 2012 +0400
@@ -12,7 +12,7 @@
     math(EXPR sdlmixer_version "${sdlmixer_majorversion}*10000 + ${sdlmixer_minorversion}*100 + ${sdlmixer_patchversion}")
 
     if(sdlmixer_version GREATER "10209")
-        message(STATUS "SDL_mixer - Mix_Init() found")
+        message(STATUS "Mix_Init() is present")
         set(pascal_flags "-dSDL_MIXER_NEWER" ${pascal_flags})
     endif()
 endif()
@@ -29,7 +29,7 @@
     math(EXPR sdlimage_version "${sdlimage_majorversion}*10000 + ${sdlimage_minorversion}*100 + ${sdlimage_patchversion}")
 
     if(sdlimage_version GREATER "010207")
-        message(STATUS "SDL_image - IMG_Init() found")
+        message(STATUS "IMG_Init() is present")
         set(pascal_flags "-dSDL_IMAGE_NEWER" ${pascal_flags})
     endif()
 endif()