diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-07 19:46:28 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-07 19:46:28 -0500 |
commit | ac95d29f50bb59434dbcdbeedf78b505aae2a1c4 (patch) | |
tree | 910cdf33412e7fb0a4dc194bd6a2d151d71c67b7 /indra/llplugin | |
parent | 087e497ab5776d54da7ee0ae4550679c65df28e4 (diff) | |
parent | 27951fa1d40abd8cca679f3192264472469e9364 (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update
Diffstat (limited to 'indra/llplugin')
-rwxr-xr-x | indra/llplugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/CMakeLists.txt b/indra/llplugin/CMakeLists.txt index 75d89aac78..05fc12e338 100755 --- a/indra/llplugin/CMakeLists.txt +++ b/indra/llplugin/CMakeLists.txt @@ -68,7 +68,7 @@ list(APPEND llplugin_SOURCE_FILES ${llplugin_HEADER_FILES}) add_library (llplugin ${llplugin_SOURCE_FILES}) -add_subdirectory(slplugin) +##add_subdirectory(slplugin) # Add tests if (LL_TESTS) |