mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5507
2b198a6
difficulty-tests: remove spurious dependency on cryptonote_core (moneromooo-monero)
This commit is contained in:
commit
a29a89bdf4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ add_executable(difficulty-tests
|
||||||
${difficulty_headers})
|
${difficulty_headers})
|
||||||
target_link_libraries(difficulty-tests
|
target_link_libraries(difficulty-tests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
cryptonote_core
|
cryptonote_basic
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
set_property(TARGET difficulty-tests
|
set_property(TARGET difficulty-tests
|
||||||
PROPERTY
|
PROPERTY
|
||||||
|
|
Loading…
Reference in a new issue