From 1a49226a894900332fb90bef6507986df2d5515b Mon Sep 17 00:00:00 2001
From: Andrew de Laix <alain@lindenlab.com>
Date: Mon, 28 Mar 2011 22:49:53 +0000
Subject: [PATCH] well, that didn't work.  Rollback..

---
 indra/newview/CMakeLists.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index e93ef8c498f..2574454d96c 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1688,12 +1688,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
     ${GOOGLE_PERFTOOLS_LIBRARIES}
     )
 
-if (OPENAL)
-    target_link_libraries(${VIEWER_BINARY_NAME}
-        ${OPENAL_LIBRARIES}
-        )
-endif()
-
 if (USE_KDU)
     target_link_libraries(${VIEWER_BINARY_NAME}
         ${LLKDU_LIBRARIES}
-- 
GitLab