changeset 1996:a0081bab7b8b

CMake: using static variant as first lib name for release (previously was set just for debug build).
author thegusty999
date Sat, 29 Oct 2011 13:10:32 +0000
parents f786cf21871a
children 74e956976194
files CMakeModules/FindVorbis.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeModules/FindVorbis.cmake	Sat Oct 29 12:51:07 2011 +0000
+++ b/CMakeModules/FindVorbis.cmake	Sat Oct 29 13:10:32 2011 +0000
@@ -29,7 +29,7 @@
 SET (TMP_SUFF ${TMP_SUFF} VS2010/Win32/Release Win32/VS2010/Win32/Release )
 ENDIF (MSVC10)
 FIND_LIBRARY(VORBIS_LIBRARY_OPTIMIZED
-  NAMES libvorbis libvorbis_static libvorbis-static-mt
+  NAMES libvorbis_static libvorbis libvorbis-static-mt
   PATHS $ENV{VORBISDIR}
   PATH_SUFFIXES Release ${TMP_SUFF}
 )