diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-11-02 09:08:25 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-11-02 09:08:25 -0400 |
commit | bb51ead8815d6f1843bed3f16dfae94aa0e85950 (patch) | |
tree | 9b4f8911b15a36531a2d32e3550fe8744f805167 /indra/llcommon | |
parent | cf0838cd6917b7dd2c8f056d6cb3ef9f59d92fda (diff) |
DRTVWR-589: Switch to the lua package built by new 3p-lua repo.
Also ditch crufty CMake logic related to lleventhost, which we haven't used
for years.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 5dd4321330..ef4899978e 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -13,7 +13,6 @@ include(Copy3rdPartyLibs) include(ZLIBNG) include(URIPARSER) include(Tracy) -include(lualibs) set(llcommon_SOURCE_FILES |