From c748e0a6963ce1ba16a3496b04644d018c9c7592 Mon Sep 17 00:00:00 2001
From: Cinders <cinder@cinderblocks.biz>
Date: Thu, 6 Aug 2015 20:00:47 -0600
Subject: [PATCH] No llworldmipmap tests for now

---
 indra/newview/CMakeLists.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 89ec10f89f..d485dc3bb9 100755
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2365,12 +2365,12 @@ if (LL_TESTS)
     llviewerhelputil.cpp
     llversioninfo.cpp
     llworldmap.cpp
-    llworldmipmap.cpp
+#    llworldmipmap.cpp
   )
 
   set_source_files_properties(
     llworldmap.cpp
-    llworldmipmap.cpp
+#    llworldmipmap.cpp
     PROPERTIES
     LL_TEST_ADDITIONAL_SOURCE_FILES 
     tests/llviewertexture_stub.cpp
@@ -2408,7 +2408,7 @@ if (LL_TESTS)
 
   set_source_files_properties(
     llworldmap.cpp
-    llworldmipmap.cpp
+#    llworldmipmap.cpp
     PROPERTIES
     LL_TEST_ADDITIONAL_SOURCE_FILES 
     tests/llviewertexture_stub.cpp
@@ -2470,6 +2470,7 @@ if (LL_TESTS)
     )
 
   set(test_libs
+    ${LLXML_LIBRARIES}
     ${LLMESSAGE_LIBRARIES}
     ${LLCOREHTTP_LIBRARIES}
     ${WINDOWS_LIBRARIES}
-- 
GitLab