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 | a9b83f5a6e0bdd493f4283627fc15be5e25c82f0 (diff) | |
| download | monzero-core-438d52deaf2657fb7c196d505f9133dabdb0a258.tar.gz monzero-core-438d52deaf2657fb7c196d505f9133dabdb0a258.tar.xz monzero-core-438d52deaf2657fb7c196d505f9133dabdb0a258.zip | |
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} |
