diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-30 19:43:35 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-30 19:43:35 -0700 |
commit | 61056a68cd1952ee062a5ae3207b9670a31e4c55 (patch) | |
tree | b19eb46a29ff7cd0d9fe70bd927c1bf0130b2860 | |
parent | 48be3c6af841231f705d88598672588e68e2977e (diff) |
STORM-1121 : Suppress the debug cmake instruction
-rw-r--r-- | indra/integration_tests/CMakeLists.txt | 3 |
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") |