From e503acf7b8f6721a4801e2c887b50ce67c0d307d Mon Sep 17 00:00:00 2001
From: callum_linden <none@none>
Date: Wed, 23 Jan 2013 13:28:54 -0800
Subject: [PATCH] Fix llaudio CMake file to not use FMOD - only FMODEX

---
 indra/llaudio/CMakeLists.txt | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt
index e404cfc10e2..b2d7b7c9112 100644
--- a/indra/llaudio/CMakeLists.txt
+++ b/indra/llaudio/CMakeLists.txt
@@ -5,13 +5,8 @@ project(llaudio)
 include(00-Common)
 include(Audio)
 include(LLAudio)
-if (FMODEX)
-  include(FMODEX)
-  set(FMOD OFF)
-endif (FMODEX)
-if (NOT FMODEX)
-  include(FMOD)
-endif (NOT FMODEX)
+include(FMODEX)
+set(FMOD OFF)
 include(OPENAL)
 include(LLCommon)
 include(LLMath)
-- 
GitLab