From 48d75444ef00c5c770a5b67b14729710a8fc7668 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Wed, 19 Aug 2015 16:24:41 -0700
Subject: [PATCH] Try commenting out the entire darn file.

---
 indra/cmake/LLAppearanceUtility.cmake | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake
index 306e6e66024..4573e85d318 100644
--- a/indra/cmake/LLAppearanceUtility.cmake
+++ b/indra/cmake/LLAppearanceUtility.cmake
@@ -1,13 +1,14 @@
 # -*- cmake -*-
-include(Prebuilt)
-include(Boost)
+#include(Prebuilt)
+#include(Boost)
+#
+## Linux proprietary build only
+#if (INSTALL_PROPRIETARY)
+#    if(LINUX)
+#        use_prebuilt_binary(llappearance_utility)
+#        set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
+#        set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
+#    endif (LINUX)
+#endif (INSTALL_PROPRIETARY)
 
-# Linux proprietary build only
-if (INSTALL_PROPRIETARY)
-    if(LINUX)
-        use_prebuilt_binary(llappearance_utility)
-        set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
-        set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
-    endif (LINUX)
-endif (INSTALL_PROPRIETARY)
 
-- 
GitLab