Skip to content

Commit

Permalink
Wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 5, 2025
1 parent 7a02e34 commit 0e27448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ if(WANT_VST)
# Summarize our results
if(LMMS_HAVE_VST)
if(LMMS_BUILD_LINUX)
set(STATUS_VST "OK (native)")
set(STATUS_VST "OK")
else()
set(STSTUS_VST "OK")
endif()
Expand Down Expand Up @@ -885,7 +885,7 @@ MESSAGE(
"* SoundFont2 player : ${STATUS_FLUIDSYNTH}\n"
"* Sid instrument : ${STATUS_SID}\n"
"* Stk Mallets : ${STATUS_STK}\n"
"* VST plugin host : ${STATUS_VST}\n"
"* VST plugin host (native) : ${STATUS_VST}\n"
" * 32-bit Windows host : ${STATUS_VST_32}\n"
" * 64-bit Windows host : ${STATUS_VST_64}\n"
"* CALF LADSPA plugins : ${STATUS_CALF}\n"
Expand Down

0 comments on commit 0e27448

Please sign in to comment.