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)