cmake_modules/FindOggVorbis.cmake
changeset 2211 288360b78f30
parent 2200 8192be6e3aef
child 2214 eacb5b19d587
--- a/cmake_modules/FindOggVorbis.cmake	Mon Jun 29 03:47:39 2009 +0000
+++ b/cmake_modules/FindOggVorbis.cmake	Mon Jun 29 20:01:05 2009 +0000
@@ -17,7 +17,7 @@
 IF(OGGVORBIS_FOUND)
     MESSAGE(STATUS "Found OggVorbis: ${OGGVORBIS_LIBRARIES}")
 ELSE(OGGVORBIS_FOUND)
-    MESSAGE(FATAL_ERROR "Could NOT find Ogg and/or Vorbis - Visit xiph.org for them")
+    MESSAGE(FATAL_ERROR "Could NOT find Ogg and/or Vorbis - Visit xiph.org and download latest version")
 ENDIF(OGGVORBIS_FOUND)