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
parente3de4aa68bedf7a7adfaf53cc2c132a74dc7fb08 (diff)
parent2b198a6875ba68e6b0475887a3c7da47bf205247 (diff)
downloadmonzero-core-a29a89bdf454bc07e4a153e39bbc0be178b79bb3.tar.gz
monzero-core-a29a89bdf454bc07e4a153e39bbc0be178b79bb3.tar.xz
monzero-core-a29a89bdf454bc07e4a153e39bbc0be178b79bb3.zip
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