From 921478803c7be857b9131f2882cbc92d3fc1caa7 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Wed, 19 Aug 2015 09:07:50 -0700
Subject: [PATCH] Break circular dep.  Things get cranky.

---
 indra/llcorehttp/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt
index 4b00593dd0f..9631e960c53 100755
--- a/indra/llcorehttp/CMakeLists.txt
+++ b/indra/llcorehttp/CMakeLists.txt
@@ -93,7 +93,6 @@ target_link_libraries(
   ${OPENSSL_LIBRARIES}
   ${CRYPTO_LIBRARIES}
   ${BOOST_THREAD_LIBRARY}
-  ${LLMESSAGE_LIBRARIES}
   )
 
 # tests
-- 
GitLab