diff options
| -rw-r--r-- | muse/CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/muse/CMakeLists.txt b/muse/CMakeLists.txt index d573c3e9..53897063 100644 --- a/muse/CMakeLists.txt +++ b/muse/CMakeLists.txt @@ -54,7 +54,7 @@ include ( ${PROJECT_SOURCE_DIR}/cmake/TargetDoc.cmake)  option ( ENABLE_DSSI   "enable Disposable Soft Synth Interface"  OFF)  option ( ENABLE_VST    "enable VST/win support"                  OFF)  option ( ENABLE_FLUID  "enable fluidsynth softsynth plugins"     ON) -option ( ENABLE_ZYNADDSUBFX "enable zyaddsubfx softsynth plugin" OFF) +option ( ENABLE_ZYNADDSUBFX "enable zyaddsubfx softsynth plugin" ON)  ##  ## Just print a notice if this is OS X @@ -239,7 +239,7 @@ endif (ENABLE_VST)  ## Optimizations  ## -SET (USE_SSE true) +SET (USE_SSE false)  ##  ## check for fluidsynth  | 
