cmake_modules/FindOggVorbis.cmake
changeset 2211 288360b78f30
parent 2200 8192be6e3aef
child 2214 eacb5b19d587
equal deleted inserted replaced
2210:1cb7118a77dd 2211:288360b78f30
    15 ENDIF(VORBIS_INCLUDE_DIR AND OGG_LIBRARY AND VORBIS_LIBRARY AND VORBISFILE_LIBRARY)
    15 ENDIF(VORBIS_INCLUDE_DIR AND OGG_LIBRARY AND VORBIS_LIBRARY AND VORBISFILE_LIBRARY)
    16 
    16 
    17 IF(OGGVORBIS_FOUND)
    17 IF(OGGVORBIS_FOUND)
    18     MESSAGE(STATUS "Found OggVorbis: ${OGGVORBIS_LIBRARIES}")
    18     MESSAGE(STATUS "Found OggVorbis: ${OGGVORBIS_LIBRARIES}")
    19 ELSE(OGGVORBIS_FOUND)
    19 ELSE(OGGVORBIS_FOUND)
    20     MESSAGE(FATAL_ERROR "Could NOT find Ogg and/or Vorbis - Visit xiph.org for them")
    20     MESSAGE(FATAL_ERROR "Could NOT find Ogg and/or Vorbis - Visit xiph.org and download latest version")
    21 ENDIF(OGGVORBIS_FOUND)
    21 ENDIF(OGGVORBIS_FOUND)
    22 
    22 
    23 
    23