diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-09-23 15:48:06 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-09-23 15:48:06 -0700 | 
| commit | 2d2c90157dbc75c4f1b4a8ac35ae67e005bc98b4 (patch) | |
| tree | 1c7789125ee8a561c7f114c9bb4de1301b68320f /indra/llcorehttp | |
| parent | 1888142cab8ce7368c38d3f3ce745c46b70d423c (diff) | |
Remove ares dependency from build.
Diffstat (limited to 'indra/llcorehttp')
| -rwxr-xr-x | indra/llcorehttp/CMakeLists.txt | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index 161823079b..4aecf61bd7 100755 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -5,7 +5,6 @@ project(llcorehttp)  include(00-Common)  include(GoogleMock)  include(CURL) -include(CARes)  include(OpenSSL)  include(ZLIB)  include(LLCoreHttp) @@ -91,7 +90,6 @@ add_library (llcorehttp ${llcorehttp_SOURCE_FILES})  target_link_libraries(    llcorehttp    ${CURL_LIBRARIES} -  ${CARES_LIBRARIES}    ${OPENSSL_LIBRARIES}    ${CRYPTO_LIBRARIES}    ${BOOST_THREAD_LIBRARY} @@ -129,7 +127,6 @@ if (LL_TESTS)        ${LLCOMMON_LIBRARIES}        ${GOOGLEMOCK_LIBRARIES}        ${CURL_LIBRARIES} -      ${CARES_LIBRARIES}        ${OPENSSL_LIBRARIES}        ${CRYPTO_LIBRARIES}        ${BOOST_SYSTEM_LIBRARY} @@ -161,7 +158,6 @@ if (LL_TESTS)        ${LLCOMMON_LIBRARIES}        ${GOOGLEMOCK_LIBRARIES}        ${CURL_LIBRARIES} -      ${CARES_LIBRARIES}        ${OPENSSL_LIBRARIES}        ${CRYPTO_LIBRARIES}        ${BOOST_SYSTEM_LIBRARY} | 
