diff options
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rw-r--r-- | indra/llmessage/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 258d32a045..c1e4967b24 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -4,7 +4,6 @@ project(llmessage) include(00-Common) if (LL_TESTS) -include(GoogleMock) include(LLAddBuildTest) endif () include(LLCommon) @@ -13,10 +12,6 @@ if (LL_TESTS) include(LLAddBuildTest) endif () include(Python) -if (LL_TESTS) -include(Tut) -endif () -include(Python) include(JsonCpp) set(llmessage_SOURCE_FILES |