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/llmessage/CMakeLists.txt | |
parent | 1888142cab8ce7368c38d3f3ce745c46b70d423c (diff) |
Remove ares dependency from build.
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rwxr-xr-x | indra/llmessage/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 5877c4a8e4..78c84f366a 100755 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -209,7 +209,6 @@ target_link_libraries( ${LLCOMMON_LIBRARIES} ${LLVFS_LIBRARIES} ${LLMATH_LIBRARIES} - ${CARES_LIBRARIES} ${JSONCPP_LIBRARIES} ${OPENSSL_LIBRARIES} ${CRYPTO_LIBRARIES} |