diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-06-20 16:16:37 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-06-20 20:52:45 +0800 |
commit | ad5dec92bcb7d11e6a48b6ec6a220a49de985351 (patch) | |
tree | 3870c4c7f1c9521c6ad40d1cfe1b1d8fc39882ef /indra/llcorehttp | |
parent | 16299d3a3631e4c42367cf40410ad6995e585384 (diff) | |
parent | a65bc46b138b89200586b29fe729cbc7b0f0c8c4 (diff) |
Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index 01ccdc048a..aa56407e35 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -3,9 +3,6 @@ project(llcorehttp) include(00-Common) -if (LL_TESTS) -include(GoogleMock) -endif () include(CURL) include(OpenSSL) include(NGHTTP2) @@ -15,9 +12,6 @@ if (LL_TESTS) include(LLAddBuildTest) endif () include(LLCommon) -if (LL_TESTS) -include(Tut) -endif () include(bugsplat) set(llcorehttp_SOURCE_FILES |