summaryrefslogtreecommitdiff
path: root/indra/test_apps
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-02-09 10:52:12 -0500
committerJonathan Yap <none@none>2011-02-09 10:52:12 -0500
commit333a9b3f978d6b6485b1c760fd177bdcfea7d2fc (patch)
tree1a6bdf7cf4330bbabf0cd13e467ad95e1d76a7f5 /indra/test_apps
parent09b009fc23e75c8403cc9879f7f839d9e2656c02 (diff)
STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has been used
Diffstat (limited to 'indra/test_apps')
-rw-r--r--indra/test_apps/llplugintest/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/test_apps/llplugintest/CMakeLists.txt b/indra/test_apps/llplugintest/CMakeLists.txt
index b4043b0fd9..cf97135d88 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)