diff options
author | Erica Firment <erica@lindenlab.com> | 2009-10-22 16:09:49 -0700 |
---|---|---|
committer | Erica Firment <erica@lindenlab.com> | 2009-10-22 16:09:49 -0700 |
commit | 9ca162fbfe499fa5121a5f79418d4a232a3cc8d2 (patch) | |
tree | 3698afcc4189da2a8105a839c960b68576a765ba /indra/newview | |
parent | 872ecdbec6c32b79b332ec0970beb010ca44b86a (diff) | |
parent | 52253a7fa38e732df48e3bf663db750ec442a97b (diff) |
moose
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 5fdf13b078..dd3937a6ef 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1388,7 +1388,11 @@ if (WINDOWS) COMMENT "Copying staged dlls." ) - add_dependencies(${VIEWER_BINARY_NAME} stage_third_party_libs llcommon llkdu) + add_dependencies(${VIEWER_BINARY_NAME} stage_third_party_libs llcommon) + if(LLKDU_LIBRARY) + # kdu may not exist! + add_dependencies(${VIEWER_BINARY_NAME} llkdu) + endif(LLKDU_LIBRARY) endif(WINDOWS) if (EXISTS ${CMAKE_SOURCE_DIR}/copy_win_scripts) |