From 2ed82d6cce4eb2bb4627234403a722b01063f381 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Wed, 19 Aug 2015 17:09:12 -0700
Subject: [PATCH] Found another ref that had escaped me!

---
 indra/CMakeLists.txt       | 8 ++++----
 indra/cmake/CMakeLists.txt | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index 10692402a56..bd00d9eef86 100755
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -67,10 +67,10 @@ endif (ENABLE_MEDIA_PLUGINS)
 
 if (LINUX)
   add_subdirectory(${VIEWER_PREFIX}linux_crash_logger)
-  if (INSTALL_PROPRIETARY)
-      include(LLAppearanceUtility)
-      add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
-  endif (INSTALL_PROPRIETARY)
+#  if (INSTALL_PROPRIETARY)
+#      include(LLAppearanceUtility)
+#      add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
+#  endif (INSTALL_PROPRIETARY)
   add_dependencies(viewer linux-crash-logger-strip-target linux-updater)
 elseif (DARWIN)
   add_subdirectory(${VIEWER_PREFIX}mac_crash_logger)
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt
index 91e97c51549..40d7af8aab0 100755
--- a/indra/cmake/CMakeLists.txt
+++ b/indra/cmake/CMakeLists.txt
@@ -58,7 +58,6 @@ set(cmake_SOURCE_FILES
     JsonCpp.cmake
     LLAddBuildTest.cmake
     LLAppearance.cmake
-#   LLAppearanceUtility.cmake
     LLAudio.cmake
     LLCharacter.cmake
     LLCommon.cmake
-- 
GitLab