diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-03-27 19:51:59 -0400 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-28 19:41:47 +0200 |
commit | 53d4fcd3597d2042b2c82bd3aaa41f61fdb7b3d5 (patch) | |
tree | 82ef91e462969544976943366f6cdd911c4a2436 /indra/llcorehttp | |
parent | 32c24ffbd7395be67ec6d59a00c68165ec8d8318 (diff) |
Remove dead googlemock dependency and related setup code
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 87796abd3c..5650c4c8ba 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -3,7 +3,6 @@ project(llcorehttp) include(00-Common) -include(GoogleMock) include(CURL) include(OpenSSL) include(NGHTTP2) |