diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 13:58:13 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 13:58:13 -0500 |
commit | a29a89bdf454bc07e4a153e39bbc0be178b79bb3 (patch) | |
tree | b493510643de4835eed345ff08e82f120c634391 /tests | |
parent | Merge pull request #5502 (diff) | |
parent | difficulty-tests: remove spurious dependency on cryptonote_core (diff) | |
download | monero-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.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 |