aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-24 13:58:13 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-24 13:58:13 -0500
commita29a89bdf454bc07e4a153e39bbc0be178b79bb3 (patch)
treeb493510643de4835eed345ff08e82f120c634391 /tests
parentMerge pull request #5502 (diff)
parentdifficulty-tests: remove spurious dependency on cryptonote_core (diff)
downloadmonero-a29a89bdf454bc07e4a153e39bbc0be178b79bb3.tar.xz
Merge pull request #5507
2b198a6 difficulty-tests: remove spurious dependency on cryptonote_core (moneromooo-monero)
Diffstat (limited to 'tests')
-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