diff options
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 |