mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 01:42:27 +00:00
unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo
This commit is contained in:
parent
d6bce4be36
commit
7a663873ce
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ target_link_libraries(unit_tests
|
||||||
${Boost_REGEX_LIBRARY}
|
${Boost_REGEX_LIBRARY}
|
||||||
${Boost_SYSTEM_LIBRARY}
|
${Boost_SYSTEM_LIBRARY}
|
||||||
${Boost_THREAD_LIBRARY}
|
${Boost_THREAD_LIBRARY}
|
||||||
${UNBOUND_LIBRARIES}
|
${UNBOUND_LIBRARY}
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
set_property(TARGET unit_tests
|
set_property(TARGET unit_tests
|
||||||
PROPERTY
|
PROPERTY
|
||||||
|
|
Loading…
Reference in a new issue