From 61056a68cd1952ee062a5ae3207b9670a31e4c55 Mon Sep 17 00:00:00 2001
From: Merov Linden <merov@lindenlab.com>
Date: Wed, 30 Mar 2011 19:43:35 -0700
Subject: [PATCH] STORM-1121 : Suppress the debug cmake instruction

---
 indra/integration_tests/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/integration_tests/CMakeLists.txt b/indra/integration_tests/CMakeLists.txt
index 63a053479be..ced2b3dbcfb 100644
--- a/indra/integration_tests/CMakeLists.txt
+++ b/indra/integration_tests/CMakeLists.txt
@@ -1,7 +1,4 @@
 # -*- cmake -*-
-# For STORM-1121 debug. Will delete when ready
-SET (LLIMAGE_LIBTEST ON CACHE BOOL "Force build of llimage_libtest for testing")
-
 add_subdirectory(llui_libtest)
 IF (LLIMAGE_LIBTEST)
   MESSAGE(STATUS "Build llimage_libtest")
-- 
GitLab