Skip to content
Snippets Groups Projects
Commit 60ef27ad authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Build fix

parent df357fe8
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,12 @@ if (FMOD) ...@@ -51,10 +51,12 @@ if (FMOD)
listener_fmod.h listener_fmod.h
) )
if (LINUX AND ${GXX_VERSION} MATCHES "4.[23]") if (LINUX)
if (${GXX_VERSION} MATCHES "4.[23]")
set_source_files_properties(audioengine_fmod.cpp set_source_files_properties(audioengine_fmod.cpp
COMPILE_FLAGS -Wno-error=write-strings) COMPILE_FLAGS -Wno-error=write-strings)
endif (LINUX AND ${GXX_VERSION} MATCHES "4.[23]") endif (${GXX_VERSION} MATCHES "4.[23]")
endif (LINUX)
endif (FMOD) endif (FMOD)
set_source_files_properties(${llaudio_HEADER_FILES} set_source_files_properties(${llaudio_HEADER_FILES}
......
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