summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorBoroondas Gupte <hg@boroon.dasgupta.ch>2010-10-04 23:46:27 +0200
committerBoroondas Gupte <hg@boroon.dasgupta.ch>2010-10-04 23:46:27 +0200
commitccb734e26c7014310b37b81edf327248cf040d68 (patch)
tree5475f5d9fe1deb1f2dbc7cb80818af535b59e96a /indra/llplugin
parentdf67c34b42837a782ee76f71d1a63fe93ea0ec08 (diff)
parent5bcfa063b448deacd6a539765fc7490309ba1fbe (diff)
merged SNOW-651: Added missing "if (LL_TESTS)" in indra/llplugin/slplugin/CMakeLists.txt
Diffstat (limited to 'indra/llplugin')
-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)