diff options
author | Werner Schweer <ws.seh.de> | 2008-02-24 15:26:29 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2008-02-24 15:26:29 +0000 |
commit | 53e41cad34d629e76547673b6460e8c0458956e1 (patch) | |
tree | 4c1b73e45df8d7a240dc419ddbb899355fd11a15 | |
parent | 065e9f71faa38082a757e416bced4a2345874235 (diff) |
remove -sse2 compiler flags; this does not work on all platforms
-rw-r--r-- | muse/al/CMakeLists.txt | 2 |
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 |