From 53e41cad34d629e76547673b6460e8c0458956e1 Mon Sep 17 00:00:00 2001 From: Werner Schweer Date: Sun, 24 Feb 2008 15:26:29 +0000 Subject: remove -sse2 compiler flags; this does not work on all platforms --- muse/al/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3