From cd771c95a42b880399368c80b63641408409f05c Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Tue, 25 Jan 2011 03:43:29 +0100 Subject: [PATCH] Stupid test. Does it ever work? --- indra/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 846a74d8c..6a9aafc77 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -79,9 +79,9 @@ if (VIEWER) add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins) # llplugin testbed code (is this the right way to include it?) - if (NOT LINUX) - add_subdirectory(${VIEWER_PREFIX}test_apps/llplugintest) - endif (NOT LINUX) + #if (NOT LINUX) + # add_subdirectory(${VIEWER_PREFIX}test_apps/llplugintest) + #endif (NOT LINUX) if (LINUX) add_subdirectory(${VIEWER_PREFIX}linux_crash_logger)