diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-28 16:27:42 -0400 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-29 13:33:12 +0300 |
commit | 3e322df4fb71cbeff27aab85bb48c7da595b548c (patch) | |
tree | 6b5a975903f9ae3f26073b3de110ccdb9c4c991a /indra/llcorehttp | |
parent | 1c50229e6e8ceff6ebddff72aa26f39eed3a561c (diff) |
Replace liburiparser with boost::url
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index 5650c4c8ba..f7a6669825 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -158,7 +158,6 @@ if (DARWIN) libapr-1.0.dylib libaprutil-1.0.dylib libnghttp2*.dylib - liburiparser*.dylib ${EXPAT_COPY} ) |