Skip to content
Snippets Groups Projects
Commit e503acf7 authored by callum_linden's avatar callum_linden
Browse files

Fix llaudio CMake file to not use FMOD - only FMODEX

parent fa12377b
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,8 @@ project(llaudio) ...@@ -5,13 +5,8 @@ project(llaudio)
include(00-Common) include(00-Common)
include(Audio) include(Audio)
include(LLAudio) include(LLAudio)
if (FMODEX) include(FMODEX)
include(FMODEX) set(FMOD OFF)
set(FMOD OFF)
endif (FMODEX)
if (NOT FMODEX)
include(FMOD)
endif (NOT FMODEX)
include(OPENAL) include(OPENAL)
include(LLCommon) include(LLCommon)
include(LLMath) include(LLMath)
......
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