From d506e5f416ab8cb0ccf2ad2b5d969956cc0d5270 Mon Sep 17 00:00:00 2001 From: tresf Date: Wed, 5 Feb 2025 18:00:15 -0500 Subject: [PATCH] Another typo --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b30e1442d46..108d3232617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -594,11 +594,7 @@ if(WANT_VST) # Summarize our results if(LMMS_HAVE_VST) - if(LMMS_BUILD_LINUX) - set(STATUS_VST "OK") - else() - set(STSTUS_VST "OK") - endif() + set(STATUS_VST "OK") if(LMMS_HAVE_VST_32) set(STATUS_VST_32 "OK") else()