summaryrefslogtreecommitdiff
path: root/indra/CMakeLists.txt
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-02-11 22:11:18 +0100
committerNicky <nicky.dasmijn@gmail.com>2022-02-11 22:11:18 +0100
commitee4249378ad1f134884f400c26402fc088267588 (patch)
treed53b2674de8a9b76b8b2d0dc5d06033d17393228 /indra/CMakeLists.txt
parent1ec05e93695a661f6b3b6e374bf60cb991bab954 (diff)
Spring cleaning, remove all traces of old 32 bit darwin/linux packages.
Diffstat (limited to 'indra/CMakeLists.txt')
-rw-r--r--indra/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index dc1c28ce5b..e425775317 100644
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -67,13 +67,6 @@ if (ENABLE_MEDIA_PLUGINS)
add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins)
endif (ENABLE_MEDIA_PLUGINS)
-if (LINUX)
- if (INSTALL_PROPRIETARY)
- include(LLAppearanceUtility)
- add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
- endif (INSTALL_PROPRIETARY)
-endif (LINUX)
-
if (WINDOWS)
# cmake EXISTS requires an absolute path, see indra/cmake/Variables.cmake
if (EXISTS ${VIEWER_DIR}win_setup)