summaryrefslogtreecommitdiff
path: root/indra/llaudio
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-11-30 18:44:12 +0000
committerLynx Linden <lynx@lindenlab.com>2009-11-30 18:44:12 +0000
commit6223485bfafb9343f4e352014dec7f53717bcb47 (patch)
treec9c768608bfc67538496bc4ce5799dc7bf9a81d3 /indra/llaudio
parentc2fbdab7f122123239715ea652d2bc126b5d1705 (diff)
parentdcc617fcf5b5b0b84df4b9040693ed872e7abb4f (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llaudio')
-rw-r--r--indra/llaudio/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt
index 5c49d325bf..bfa2c34c12 100644
--- a/indra/llaudio/CMakeLists.txt
+++ b/indra/llaudio/CMakeLists.txt
@@ -58,11 +58,11 @@ if (FMOD)
)
if (LINUX)
- if (${CXX_VERSION} MATCHES "4.[23]")
+ if (${CXX_VERSION_NUMBER} GREATER 419)
set_source_files_properties(llaudioengine_fmod.cpp
llstreamingaudio_fmod.cpp
COMPILE_FLAGS -Wno-write-strings)
- endif (${CXX_VERSION} MATCHES "4.[23]")
+ endif (${CXX_VERSION_NUMBER} GREATER 419)
endif (LINUX)
endif (FMOD)