aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-06-28 16:37:10 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-06-28 16:45:22 +0100
commit438d52deaf2657fb7c196d505f9133dabdb0a258 (patch)
tree6bd25925215a52ed5aa2749843366864d73105db /src/common
parentMerge pull request #4067 (diff)
downloadmonero-438d52deaf2657fb7c196d505f9133dabdb0a258.tar.xz
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.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 808ef7630..f0df05b0d 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -78,7 +78,6 @@ monero_add_library(common
DEPENDS generate_translations_header)
target_link_libraries(common
PUBLIC
- epee
cncrypto
${UNBOUND_LIBRARY}
${LIBUNWIND_LIBRARIES}