From 333a9b3f978d6b6485b1c760fd177bdcfea7d2fc Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Wed, 9 Feb 2011 10:52:12 -0500
Subject: [PATCH] STORM-977 llmediaplugintest shows up even though
 -DLL_TESTS:BOOL=OFF has been used

---
 doc/contributions.txt                       | 1 +
 indra/test_apps/llplugintest/CMakeLists.txt | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/contributions.txt b/doc/contributions.txt
index 8765240caa2..143a0f6dc01 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -390,6 +390,7 @@ Jonathan Yap
 	STORM-869
 	VWR-17801
 	VWR-24347
+	STORM-977
 Kage Pixel
 	VWR-11
 Ken March
diff --git a/indra/test_apps/llplugintest/CMakeLists.txt b/indra/test_apps/llplugintest/CMakeLists.txt
index b4043b0fd9c..cf97135d886 100644
--- a/indra/test_apps/llplugintest/CMakeLists.txt
+++ b/indra/test_apps/llplugintest/CMakeLists.txt
@@ -1,5 +1,5 @@
 # -*- cmake -*-
-
+if(LL_TESTS)
 project(llplugintest)
 
 include(00-Common)
@@ -537,3 +537,4 @@ if(WINDOWS)
 endif(WINDOWS)
 
 ll_deploy_sharedlibs_command(llmediaplugintest) 
+endif(LL_TESTS)
-- 
GitLab