mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 18:19:42 -04:00
CMakeLists: print warning about missing Mallets instrument instead of Stk
The Vibed plugin has nothing to do with STK. Instead the Mallets instrument plugin is meant. Fixed.
This commit is contained in:
@@ -216,7 +216,7 @@ IF(WANT_STK)
|
||||
ELSE(STK_FOUND)
|
||||
SET(STK_INCLUDE_DIR "")
|
||||
SET(STATUS_STK "not found, please install libstk0-dev (or similiar) "
|
||||
"if you require the Vibed Instrument")
|
||||
"if you require the Mallets instrument")
|
||||
ENDIF(STK_FOUND)
|
||||
ENDIF(WANT_STK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user