summaryrefslogtreecommitdiff
path: root/indra/llplugin/slplugin
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-10-12 17:32:56 -0400
committerOz Linden <oz@lindenlab.com>2010-10-12 17:32:56 -0400
commit93d31d9bfea91d2d5917ea117cef18f82b2a668f (patch)
tree3d98f550d354d3c453c3d03165e986103062a49e /indra/llplugin/slplugin
parentf36085b0de9c3c557fd33492312abbbbea6e26a2 (diff)
parent8269d4d51cd58fa5c8fc4ac22d9f42041849889d (diff)
merge fixes for STORM-374
Diffstat (limited to 'indra/llplugin/slplugin')
-rw-r--r--indra/llplugin/slplugin/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt
index 08d35f9ae7..3fc54573a7 100644
--- a/indra/llplugin/slplugin/CMakeLists.txt
+++ b/indra/llplugin/slplugin/CMakeLists.txt
@@ -79,4 +79,6 @@ if (DARWIN)
)
endif (DARWIN)
-ll_deploy_sharedlibs_command(SLPlugin)
+if (LL_TESTS)
+ ll_deploy_sharedlibs_command(SLPlugin)
+endif (LL_TESTS)