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/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/CMakeLists.txt')
-rw-r--r-- | linden/indra/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/CMakeLists.txt b/linden/indra/CMakeLists.txt index eb06191..09fa753 100644 --- a/linden/indra/CMakeLists.txt +++ b/linden/indra/CMakeLists.txt | |||
@@ -45,10 +45,6 @@ add_subdirectory(${LIBS_OPEN_PREFIX}llvfs) | |||
45 | add_subdirectory(${LIBS_OPEN_PREFIX}llwindow) | 45 | add_subdirectory(${LIBS_OPEN_PREFIX}llwindow) |
46 | add_subdirectory(${LIBS_OPEN_PREFIX}llxml) | 46 | add_subdirectory(${LIBS_OPEN_PREFIX}llxml) |
47 | 47 | ||
48 | if (EXISTS ${LIBS_CLOSED_DIR}llkdu AND NOT STANDALONE) | ||
49 | add_subdirectory(${LIBS_CLOSED_PREFIX}llkdu) | ||
50 | endif (EXISTS ${LIBS_CLOSED_DIR}llkdu AND NOT STANDALONE) | ||
51 | |||
52 | add_subdirectory(${LIBS_OPEN_PREFIX}lscript) | 48 | add_subdirectory(${LIBS_OPEN_PREFIX}lscript) |
53 | 49 | ||
54 | if (WINDOWS AND EXISTS ${LIBS_CLOSED_DIR}copy_win_scripts) | 50 | if (WINDOWS AND EXISTS ${LIBS_CLOSED_DIR}copy_win_scripts) |