diff options
author | Oz Linden <oz@lindenlab.com> | 2014-12-15 12:52:26 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-12-15 12:52:26 -0500 |
commit | 9960145ed0d3057c9b3aa9ab8bd55b180bcbd46c (patch) | |
tree | 36179293d4bc2be668091c3860c2512dc947eb9e /indra/llaudio | |
parent | dab5acd972c05b4c9d23d5dfb46afe9eff6c9567 (diff) |
remove redundant include of Audio.cmake
Diffstat (limited to 'indra/llaudio')
-rwxr-xr-x | indra/llaudio/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index 1b2bdb9888..e943dd5d5c 100755 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -3,7 +3,6 @@ project(llaudio) include(00-Common) -include(Audio) include(LLAudio) include(FMODEX) include(OPENAL) |