please consider this patch to fix a message when not finding libpulse

diff --git a/cmake/modules/FindPulseAudio.cmake
b/cmake/modules/FindPulseAudio.cmake
index 8ea2616..97f2f53 100644
--- a/cmake/modules/FindPulseAudio.cmake
+++ b/cmake/modules/FindPulseAudio.cmake
@@ -50,7 +50,7 @@ IF (PULSEAUDIO_FOUND)
    ENDIF (NOT PULSEAUDIO_FIND_QUIETLY)
    SET(USE_PULSE_ 1)
 ELSE (PULSEAUDIO_FOUND)
-      MESSAGE(STATUS "Could NOT find LibXml2")
+      MESSAGE(STATUS "Could NOT find PulseAudio")
 ENDIF (PULSEAUDIO_FOUND)

 MARK_AS_ADVANCED(PULSEAUDIO_INCLUDE_DIR PULSEAUDIO_LIBRARIES)

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to