diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-27 10:26:31 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-27 10:26:31 -0400 |
commit | d8fd52341a2ff47c6f929540628f2f0017c8b185 (patch) | |
tree | e16c3b054c648bf49c4fb7fb99a398f86acd1000 /indra/cmake | |
parent | 771195865c4fb336f573025e9a7a22313bfb6cb8 (diff) | |
parent | 2192d13e2642944e78bcb2dcdc192f5c561c35b2 (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/00-Common.cmake | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index d13fbb14d9..893e485d1a 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -144,6 +144,8 @@ if (LINUX) -fno-strict-aliasing -fsigned-char -g + -msse2 + -mfpmath=sse -pthread ) @@ -163,10 +165,6 @@ if (LINUX) link_directories(/usr/lib/mysql4/mysql) endif (EXISTS /usr/lib/mysql4/mysql) - add_definitions( - -msse2 - -mfpmath=sse - ) endif (SERVER) if (VIEWER) |