From 2b198a6875ba68e6b0475887a3c7da47bf205247 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 1 May 2019 10:34:59 +0000 Subject: [PATCH] difficulty-tests: remove spurious dependency on cryptonote_core --- tests/difficulty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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