diff options
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index ddf6897..9b7a647 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -31,7 +31,6 @@ include(NDOF) | |||
31 | include(TemplateCheck) | 31 | include(TemplateCheck) |
32 | include(UI) | 32 | include(UI) |
33 | include(UnixInstall) | 33 | include(UnixInstall) |
34 | include(LLKDU) | ||
35 | include(ViewerMiscLibs) | 34 | include(ViewerMiscLibs) |
36 | 35 | ||
37 | if (WINDOWS) | 36 | if (WINDOWS) |
@@ -1272,10 +1271,6 @@ add_executable(imprudence-bin | |||
1272 | ) | 1271 | ) |
1273 | check_message_template(imprudence-bin) | 1272 | check_message_template(imprudence-bin) |
1274 | 1273 | ||
1275 | if (LLKDU_LIBRARY) | ||
1276 | add_dependencies(imprudence-bin ${LLKDU_LIBRARY}) | ||
1277 | endif (LLKDU_LIBRARY) | ||
1278 | |||
1279 | set(PACKAGE OFF CACHE BOOL | 1274 | set(PACKAGE OFF CACHE BOOL |
1280 | "Add a package target that builds an installer package.") | 1275 | "Add a package target that builds an installer package.") |
1281 | 1276 | ||