diff options
author | unknown | 2008-12-30 03:15:50 -0700 |
---|---|---|
committer | unknown | 2008-12-30 03:15:50 -0700 |
commit | 8630194534565adc674dd5bdc748aa97ba52f1ee (patch) | |
tree | ddd5d1ac74360f8ce3b4d683d0e2967d33b1633b /linden/indra/newview/CMakeLists.txt | |
parent | 1.1 wip copy (diff) | |
download | meta-impy-8630194534565adc674dd5bdc748aa97ba52f1ee.zip meta-impy-8630194534565adc674dd5bdc748aa97ba52f1ee.tar.gz meta-impy-8630194534565adc674dd5bdc748aa97ba52f1ee.tar.bz2 meta-impy-8630194534565adc674dd5bdc748aa97ba52f1ee.tar.xz |
Removed llkdu from cmake
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 | ||