diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-03 20:54:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-03 20:54:51 +0000 |
| commit | 291576f046458f2003b7c18b45d59af8535fbf22 (patch) | |
| tree | a88d1b5e8d66ea39be7d1096ebe762f791a53228 /CMakeLists.txt | |
| parent | 8dc68a4a9612fd2da666cbd4f02e2ce4711ec235 (diff) | |
| download | qmmp-291576f046458f2003b7c18b45d59af8535fbf22.tar.gz qmmp-291576f046458f2003b7c18b45d59af8535fbf22.tar.bz2 qmmp-291576f046458f2003b7c18b45d59af8535fbf22.zip | |
fixed build message
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6939 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c91ccbe94..9c897c7eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,7 +173,7 @@ PRINT_SUMMARY ("Win32 Waveout support ............." USE_WAVEOUT WINDOWS_H_FOUND PRINT_SUMMARY ("Win32 DirectSound support ........." USE_DSOUND DSOUND_H_FOUND) PRINT_SUMMARY ("Win32 WASAPI support .............." USE_WASAPI WASAPI_FOUND) PRINT_SUMMARY ("Qt Multimedia support ............." USE_QTMULTIMEDIA QT_QTMULTIMEDIA_FOUND) -PRINT_SUMMARY ("IceCast support ..................." USE_SHOUT SHOUT_FOUND) +PRINT_SUMMARY ("Icecast support ..................." USE_SHOUT SHOUT_FOUND) MESSAGE("") MESSAGE("Effect Plugins:") |
