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:
Tobias Doerffel
2010-08-11 00:27:13 +02:00
parent 9f2640946e
commit a0ef88908c

View File

@@ -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)