Show '<not supported on this plaform>' message during cmake config if AppleMidi is not supported

This commit is contained in:
Colin Wallace
2015-08-23 20:15:29 -07:00
parent 35486293e3
commit 9fd8c07820

View File

@@ -71,6 +71,8 @@ IF(LMMS_BUILD_APPLE)
SET(STATUS_ALSA "<not supported on this platform>")
SET(STATUS_PULSEAUDIO "<not supported on this platform>")
SET(STATUS_APPLEMIDI "OK")
ELSE(LMMS_BUILD_APPLE)
SET(STATUS_APPLEMIDI "<not supported on this platform>")
ENDIF(LMMS_BUILD_APPLE)