summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-03-30 19:43:35 -0700
committerMerov Linden <merov@lindenlab.com>2011-03-30 19:43:35 -0700
commit61056a68cd1952ee062a5ae3207b9670a31e4c55 (patch)
treeb19eb46a29ff7cd0d9fe70bd927c1bf0130b2860
parent48be3c6af841231f705d88598672588e68e2977e (diff)
STORM-1121 : Suppress the debug cmake instruction
-rw-r--r--indra/integration_tests/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/integration_tests/CMakeLists.txt b/indra/integration_tests/CMakeLists.txt
index 63a053479b..ced2b3dbcf 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")