aboutsummaryrefslogtreecommitdiff
path: root/src/p2p
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/p2p
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/p2p')
-rw-r--r--src/p2p/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p2p/CMakeLists.txt b/src/p2p/CMakeLists.txt
index 83bdffab5..9b924907e 100644
--- a/src/p2p/CMakeLists.txt
+++ b/src/p2p/CMakeLists.txt
@@ -38,7 +38,6 @@ source_group(p2p FILES ${P2P})
monero_add_library(p2p ${P2P})
target_link_libraries(p2p
PUBLIC
- epee
version
cryptonote_core
${UPNP_LIBRARIES}