aboutsummaryrefslogtreecommitdiff
path: root/tests/difficulty
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-05-01 10:34:59 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-05-01 10:35:33 +0000
commit2b198a6875ba68e6b0475887a3c7da47bf205247 (patch)
tree66a369588e7e3d485ac28bfe7b6bfcc1157c3327 /tests/difficulty
parentMerge pull request #5486 (diff)
downloadmonero-2b198a6875ba68e6b0475887a3c7da47bf205247.tar.xz
difficulty-tests: remove spurious dependency on cryptonote_core
Diffstat (limited to 'tests/difficulty')
-rw-r--r--tests/difficulty/CMakeLists.txt2
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