From c3320c4ef02bb64ec1110c72d33b53a8a5d453c4 Mon Sep 17 00:00:00 2001 From: Werner Schweer Date: Sun, 24 Feb 2008 15:50:43 +0000 Subject: disable USE_SSE --- muse/CMakeLists.txt | 4 ++-- 1 file 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 -- cgit v1.2.3