diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-17 16:08:44 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-17 16:08:44 -0700 |
commit | 02b7e7ce07948a25bc1f58fdbfe3499dc917340f (patch) | |
tree | d3a639fff1a80a97780b7b238aa22dcc0a3b7eaa /indra/newview | |
parent | fc2e9ec3dbf9c936a733346f099371909a68ddd4 (diff) |
Adding llcorehttp to links
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 3a6a1d4d64..4099bff0c6 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2384,7 +2384,7 @@ if (LL_TESTS) "${test_libs}" ) - LL_ADD_INTEGRATION_TEST(llhttpretrypolicy "llhttpretrypolicy.cpp" "${test_libs}") +# LL_ADD_INTEGRATION_TEST(llhttpretrypolicy "llhttpretrypolicy.cpp" "${test_libs}") #ADD_VIEWER_BUILD_TEST(llmemoryview viewer) #ADD_VIEWER_BUILD_TEST(llagentaccess viewer) |