From 3502bbccf858d78993eeabc5d9dcdce02408109c 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. (cherry picked from commit a0ef88908ca0cf1658e9a67db7739fb09ccbc664) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1232b258b..c53e10fe02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,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)