diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-18 11:22:32 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-18 11:22:32 -0800 |
commit | 359ed16947445d04abd1d15ef7225f5852e3fe09 (patch) | |
tree | e170266304c6e75792e563acae353245581a4a44 /indra | |
parent | e3d95ddb9a3e6abc8e800edf77cf3b0e4f5c4b8f (diff) |
STORM-151 : Modified install.py to point to the new kdu 6.4.1 and changed kdu lib name for windows
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/LLKDU.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLKDU.cmake b/indra/cmake/LLKDU.cmake index 0c103e89d2..5b28f9b2e6 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 kdu_cored optimized kdu_core) + set(KDU_LIBRARY debug kdud optimized kdu) else (WINDOWS) set(KDU_LIBRARY kdu) endif (WINDOWS) |