From a0ef88908ca0cf1658e9a67db7739fb09ccbc664 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 11 Aug 2010 00:27:13 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ede335a9..73d29191f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)