diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-09-24 14:02:23 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-09-24 14:02:23 -0400 |
commit | 8761e87ac526034f7a601eee5fdb667eba6eefda (patch) | |
tree | 19e5b3aaa1f6166b9ee02db8f72d06c8874078e2 /indra/cmake/LLBase.cmake | |
parent | 807992adca4708bd2050b1fee8074d3e4521dd30 (diff) |
DRTVWR-474: Remove Python autobuild packages and references to them.
We expect the viewer-manager package to be self-contained: we expect it to
bring with it any Python packages it requires. We no longer force developers
to wrap third-party Python packages as autobuild packages.
Diffstat (limited to 'indra/cmake/LLBase.cmake')
-rw-r--r-- | indra/cmake/LLBase.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/cmake/LLBase.cmake b/indra/cmake/LLBase.cmake deleted file mode 100644 index 76e3c688a3..0000000000 --- a/indra/cmake/LLBase.cmake +++ /dev/null @@ -1,4 +0,0 @@ -# -*- cmake -*- -include(Prebuilt) - -use_prebuilt_binary(llbase) |