diff options
author | Boroondas Gupte (original fix by Techwolf Lupindo) <hg@boroon.dasgupta.ch> | 2010-10-04 23:01:43 +0200 |
---|---|---|
committer | Boroondas Gupte (original fix by Techwolf Lupindo) <hg@boroon.dasgupta.ch> | 2010-10-04 23:01:43 +0200 |
commit | 5bcfa063b448deacd6a539765fc7490309ba1fbe (patch) | |
tree | 34f2a115b9b65c89aa1ddf52e4ea02997e6e2a87 /indra/llplugin | |
parent | 144b8349b3f0773ac575e178a0e3109d963be9a8 (diff) |
SNOW-651: Added missing "if (LL_TESTS)"
Daggified version of http://svn.secondlife.com/trac/linden/changeset/3523
(or of the SNOW-651 part of https://bitbucket.org/Techwolf/viewer-development/changeset/5697874b390b )
Diffstat (limited to 'indra/llplugin')
-rw-r--r-- | indra/llplugin/slplugin/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index c1536e85de..f4f4ba99da 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -62,4 +62,6 @@ if (DARWIN) ) endif (DARWIN) -ll_deploy_sharedlibs_command(SLPlugin) +if (LL_TESTS) + ll_deploy_sharedlibs_command(SLPlugin) +endif (LL_TESTS) |