unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo

This commit is contained in:
moneromooo-monero 2016-05-01 11:31:30 +01:00
parent d6bce4be36
commit 7a663873ce
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -70,7 +70,7 @@ target_link_libraries(unit_tests
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${UNBOUND_LIBRARIES}
${UNBOUND_LIBRARY}
${EXTRA_LIBRARIES})
set_property(TARGET unit_tests
PROPERTY