diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-28 22:49:53 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-28 22:49:53 +0000 |
commit | 1a49226a894900332fb90bef6507986df2d5515b (patch) | |
tree | 127cd39082606737b8c463835edc5e51ca77b542 /indra/newview/CMakeLists.txt | |
parent | 77e42886966d82ff11782666b66f1743f3004288 (diff) |
well, that didn't work. Rollback..
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index e93ef8c498..2574454d96 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} |