diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-05-01 10:34:59 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-05-01 10:35:33 +0000 |
commit | 2b198a6875ba68e6b0475887a3c7da47bf205247 (patch) | |
tree | 66a369588e7e3d485ac28bfe7b6bfcc1157c3327 /tests/difficulty | |
parent | Merge pull request #5486 (diff) | |
download | monero-2b198a6875ba68e6b0475887a3c7da47bf205247.tar.xz |
difficulty-tests: remove spurious dependency on cryptonote_core
Diffstat (limited to 'tests/difficulty')
-rw-r--r-- | tests/difficulty/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/difficulty/CMakeLists.txt b/tests/difficulty/CMakeLists.txt index fb0dd6b9e..c4f5a5dc0 100644 --- a/tests/difficulty/CMakeLists.txt +++ b/tests/difficulty/CMakeLists.txt @@ -36,7 +36,7 @@ add_executable(difficulty-tests ${difficulty_headers}) target_link_libraries(difficulty-tests PRIVATE - cryptonote_core + cryptonote_basic ${EXTRA_LIBRARIES}) set_property(TARGET difficulty-tests PROPERTY |