diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-07 19:45:51 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-07 19:45:51 -0500 |
commit | 27951fa1d40abd8cca679f3192264472469e9364 (patch) | |
tree | e429bf04090fa9f79a11b86d05312e12bcecb1ac /indra/llplugin | |
parent | 8ec4e83d5d9535de3b109728cc5e810770d4a749 (diff) |
First cut at consuming new slplugins autobuild package.
The contents are extracted, but not yet built into the viewer installer.
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) |