diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-24 15:30:57 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-24 15:30:57 -0400 |
commit | 01895dd0676cb8252ed5274c15000e361c965370 (patch) | |
tree | df8614abd92951423ebf77fc23d17512514bfc20 /tests/functional_tests/CMakeLists.txt | |
parent | unbound: fix type checking (diff) | |
download | monero-01895dd0676cb8252ed5274c15000e361c965370.tar.xz |
cmake: fix up link lines
Diffstat (limited to 'tests/functional_tests/CMakeLists.txt')
-rw-r--r-- | tests/functional_tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional_tests/CMakeLists.txt b/tests/functional_tests/CMakeLists.txt index b91f8afec..71b7c6e01 100644 --- a/tests/functional_tests/CMakeLists.txt +++ b/tests/functional_tests/CMakeLists.txt @@ -45,7 +45,8 @@ target_link_libraries(functional_tests common crypto ${UNBOUND_LIBRARY} - ${Boost_LIBRARIES} + ${Boost_REGEX_LIBRARY} + ${CMAKE_THREAD_LIBS_INIT} ${EXTRA_LIBRARIES}) set_property(TARGET functional_tests PROPERTY |