diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-28 16:37:10 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-28 16:45:22 +0100 |
commit | 438d52deaf2657fb7c196d505f9133dabdb0a258 (patch) | |
tree | 6bd25925215a52ed5aa2749843366864d73105db /tests | |
parent | Merge pull request #4067 (diff) | |
download | monero-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 'tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 6d79ba74b..ee496d1cb 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -88,7 +88,6 @@ target_link_libraries(unit_tests wallet p2p version - epee ${Boost_CHRONO_LIBRARY} ${Boost_THREAD_LIBRARY} ${GTEST_LIBRARIES} |