~ubuntu-branches/ubuntu/wily/fluidsynth/wily-proposed

« back to all changes in this revision

Viewing changes to cmake_admin/report.cmake

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-08-28 14:43:04 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120828144304-91idykotjc90bmp0
Tags: 1.1.6-1
* New upstream bugfix-only release:
  - Handle MIDI End of track events, ticket #101
  - Prevent broken rendering after an voice overflow, ticket #100
  - Enable long arguments where available
  - Prevent libdbus crash
* Remove build-dependency on libncurses5-dev. (Closes: #667892)
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
message( "\n**************************************************************\n"
2
2
         "Summary:" )
3
3
 
 
4
message( "Build type:            " ${CMAKE_BUILD_TYPE} )
 
5
 
4
6
if ( LIBSNDFILE_SUPPORT )
5
7
  if ( LIBSNDFILE_HASVORBIS )
6
8
    message ( "libsndfile:            yes (with ogg vorbis support)" )