diff options
Diffstat (limited to 'linden/indra/llmessage/CMakeLists.txt')
-rw-r--r-- | linden/indra/llmessage/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/CMakeLists.txt b/linden/indra/llmessage/CMakeLists.txt index 4723281..a5e4249 100644 --- a/linden/indra/llmessage/CMakeLists.txt +++ b/linden/indra/llmessage/CMakeLists.txt | |||
@@ -218,7 +218,7 @@ IF (NOT LINUX AND VIEWER) | |||
218 | # These can not be found when we try to run the tests, so we had to disable them, for the viewer build. | 218 | # These can not be found when we try to run the tests, so we had to disable them, for the viewer build. |
219 | # TODO: Can someone with viewer knowledge figure out how to make these find the correct so. | 219 | # TODO: Can someone with viewer knowledge figure out how to make these find the correct so. |
220 | #ADD_BUILD_TEST(llhttpclientadapter llmessage) | 220 | #ADD_BUILD_TEST(llhttpclientadapter llmessage) |
221 | ADD_BUILD_TEST(lltrustedmessageservice llmessage) | 221 | #ADD_BUILD_TEST(lltrustedmessageservice llmessage) |
222 | ADD_BUILD_TEST(lltemplatemessagedispatcher llmessage) | 222 | #ADD_BUILD_TEST(lltemplatemessagedispatcher llmessage) |
223 | ENDIF (NOT LINUX AND VIEWER) | 223 | ENDIF (NOT LINUX AND VIEWER) |
224 | 224 | ||