diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-13 17:08:00 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-13 17:08:00 -0400 |
commit | ded6a78541d9f779b5cbef0d1255588b93d5dce6 (patch) | |
tree | f343cacbfd01888c604b891ceb877b429f50641c /indra/llplugin/slplugin | |
parent | fa20a3fe100bd2c99b6fe4c087c79268752a107c (diff) | |
parent | c7c43d83f80dcac8be79cc76c9d9bbf8ff4c8354 (diff) |
Automated merge up from viewer-development
Diffstat (limited to 'indra/llplugin/slplugin')
-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 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) |