summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2008-02-24 15:26:29 +0000
committerWerner Schweer <ws.seh.de>2008-02-24 15:26:29 +0000
commit53e41cad34d629e76547673b6460e8c0458956e1 (patch)
tree4c1b73e45df8d7a240dc419ddbb899355fd11a15
parent065e9f71faa38082a757e416bced4a2345874235 (diff)
remove -sse2 compiler flags; this does not work on all platforms
-rw-r--r--muse/al/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/al/CMakeLists.txt b/muse/al/CMakeLists.txt
index 7a53493b..7af5f9c5 100644
--- a/muse/al/CMakeLists.txt
+++ b/muse/al/CMakeLists.txt
@@ -23,7 +23,7 @@ set_source_files_properties(
al.cpp marker.cpp pos.cpp sig.cpp tempo.cpp xml.cpp
dsp.cpp
dspXMM.cpp
- PROPERTIES COMPILE_FLAGS "-msse2 -fPIC -include ${PROJECT_SOURCE_DIR}/all.h"
+ PROPERTIES COMPILE_FLAGS "-fPIC -include ${PROJECT_SOURCE_DIR}/all.h"
)
set_source_files_properties( dspSSE.cpp