summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-11-12 16:37:42 -0800
committerMerov Linden <merov@lindenlab.com>2010-11-12 16:37:42 -0800
commit04adbdad4bb13cb98c77bba17fcc9a16e0f44203 (patch)
treedee9b839cae51f78d26905939340505b1345b582 /indra/newview
parent94f44437d7e7ccb54f227e35523fa8a4e027d7d2 (diff)
STORM-151 : Got decompression to work, compression disabled, simplified llkdu building
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 2515321a6c..8d6c9d7f7b 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1675,7 +1675,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
if (LLKDU_LIBRARY)
target_link_libraries(${VIEWER_BINARY_NAME}
- ${LLKDU_STATIC_LIBRARIES}
+ ${LLKDU_LIBRARIES}
${KDU_LIBRARY}
)
else (LLKDU_LIBRARY)