Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2007, 5:22:27 PM (18 years ago)
Author:
nicolape
Message:

Simplified cmake audio lib messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/cmake/FindOggVorbis.cmake

    r406 r409  
    8585IF(OGG_LIBRARY)
    8686  SET(OGG_FOUND "YES")
    87         MESSAGE(STATUS "Ogg was found. Libdir ${OGG_LIBRARY} Includedir ${OGG_INCLUDE_DIR}")
     87        MESSAGE(STATUS "Ogg was found.")
    8888ENDIF(OGG_LIBRARY)
    8989
     
    9191IF(VORBIS_LIBRARY)
    9292  SET(VORBIS_FOUND "YES")
    93         MESSAGE(STATUS "Vorbis was found. Libdir ${VORBIS_LIBRARY} Includedir ${VORBIS_INCLUDE_DIR}")
     93        MESSAGE(STATUS "Vorbis was found.")
    9494ENDIF(VORBIS_LIBRARY)
    9595
Note: See TracChangeset for help on using the changeset viewer.