Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk

master
Aimee Linden 2010-04-24 14:51:14 +01:00
commit 0439690efd
1 changed files with 5 additions and 7 deletions

View File

@ -57,13 +57,11 @@ if (FMOD)
llstreamingaudio_fmod.h
)
if (LINUX)
if (${CXX_VERSION_NUMBER} GREATER 419)
set_source_files_properties(llaudioengine_fmod.cpp
llstreamingaudio_fmod.cpp
COMPILE_FLAGS -Wno-write-strings)
endif (${CXX_VERSION_NUMBER} GREATER 419)
endif (LINUX)
if (LINUX OR DARWIN)
set_source_files_properties(llaudioengine_fmod.cpp
llstreamingaudio_fmod.cpp
COMPILE_FLAGS -Wno-write-strings)
endif (LINUX OR DARWIN)
endif (FMOD)
if (OPENAL)