From 7943adedaaf452b0b89ab60704b096608c61f946 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Mon, 5 Jan 2015 14:25:55 -0600 Subject: [PATCH] Also need this. Last build only succeeded due to lingering obsolete entries in the cmake var cache. --- indra/llaudio/CMakeLists.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index 943bd9f03..25970a99a 100644 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -17,13 +17,9 @@ include(LLMath) include(LLMessage) include(LLVFS) -if (FMODSTUDIO) - include_directories(${FMODSTUDIO_INCLUDE_DIR}) -endif(FMODSTUDIO) - -if (FMODEX) - include_directories(${FMODEX_INCLUDE_DIR}) -endif(FMODEX) +if (FMOD) + include_directories(${FMOD_INCLUDE_DIR}) +endif(FMOD) include_directories( ${LLAUDIO_INCLUDE_DIRS}