diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-05-01 11:31:30 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-05-01 11:35:14 +0100 |
commit | 7a663873cebd135eb32ca68ad1f05873e29248a9 (patch) | |
tree | 5e198b34e7e280ff0f6a536ee174ee65f36b2b7e /tests | |
parent | core: move tx_extra parsing errors to log level 1 (diff) | |
download | monero-7a663873cebd135eb32ca68ad1f05873e29248a9.tar.xz |
unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 2e5100229..ff7582eb0 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -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 |