summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-11-22 22:41:42 -0800
committerMerov Linden <merov@lindenlab.com>2010-11-22 22:41:42 -0800
commit3b18f813a81582628fe886b551024dc08a4b2450 (patch)
tree05201523c7c8a76133881542f90abbee3ee13bea /indra/cmake
parent91bd3dd8dc80b2f2d04e588166a38c75746ef307 (diff)
STORM-151 : Attempt to fix Windows static linking, simplified manifest
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLKDU.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLKDU.cmake b/indra/cmake/LLKDU.cmake
index e80b235376..f5cbad03a6 100644
--- a/indra/cmake/LLKDU.cmake
+++ b/indra/cmake/LLKDU.cmake
@@ -10,7 +10,7 @@ endif (INSTALL_PROPRIETARY AND NOT STANDALONE)
if (USE_KDU)
use_prebuilt_binary(kdu)
if (WINDOWS)
- set(KDU_LIBRARY debug kdud.lib optimized kdu.lib)
+ set(KDU_LIBRARY kdu.lib)
else (WINDOWS)
set(KDU_LIBRARY libkdu.a)
endif (WINDOWS)