diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-19 09:07:50 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-19 09:07:50 -0700 |
commit | 921478803c7be857b9131f2882cbc92d3fc1caa7 (patch) | |
tree | 7c528c2896a2236ca59f41ac15b5665413d203b9 /indra | |
parent | 6a6e914286b17d022850e0dadd2f77f73663bb94 (diff) |
Break circular dep. Things get cranky.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcorehttp/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index 4b00593dd0..9631e960c5 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 |