From 438d52deaf2657fb7c196d505f9133dabdb0a258 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 28 Jun 2018 16:37:10 +0100 Subject: remove epee from link lines where it's redundant For some reason, this confuses and kills ASAN on startup as it thinks const uint8_t ipv4_network_address::ID is defined multiple times. --- src/rpc/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc/CMakeLists.txt') diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index 7162317ed..4f8f96524 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -111,7 +111,6 @@ target_link_libraries(rpc common cryptonote_core cryptonote_protocol - epee ${Boost_REGEX_LIBRARY} ${Boost_THREAD_LIBRARY} PRIVATE -- cgit v1.2.3