Skip to content
Snippets Groups Projects
Commit 0439690e authored by Aimee Linden's avatar Aimee Linden
Browse files
parents c48e7478 c9990458
No related branches found
No related tags found
No related merge requests found
...@@ -57,13 +57,11 @@ if (FMOD) ...@@ -57,13 +57,11 @@ if (FMOD)
llstreamingaudio_fmod.h llstreamingaudio_fmod.h
) )
if (LINUX) if (LINUX OR DARWIN)
if (${CXX_VERSION_NUMBER} GREATER 419) set_source_files_properties(llaudioengine_fmod.cpp
set_source_files_properties(llaudioengine_fmod.cpp llstreamingaudio_fmod.cpp
llstreamingaudio_fmod.cpp COMPILE_FLAGS -Wno-write-strings)
COMPILE_FLAGS -Wno-write-strings) endif (LINUX OR DARWIN)
endif (${CXX_VERSION_NUMBER} GREATER 419)
endif (LINUX)
endif (FMOD) endif (FMOD)
if (OPENAL) if (OPENAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment