aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional_tests/CMakeLists.txt3
-rw-r--r--tests/performance_tests/CMakeLists.txt3
2 files changed, 4 insertions, 2 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
diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt
index f1734b2a0..ed4d3d4b6 100644
--- a/tests/performance_tests/CMakeLists.txt
+++ b/tests/performance_tests/CMakeLists.txt
@@ -53,7 +53,8 @@ target_link_libraries(performance_tests
common
crypto
${UNBOUND_LIBRARY}
- ${Boost_LIBRARIES}
+ ${Boost_CHRONO_LIBRARY}
+ ${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
set_property(TARGET performance_tests
PROPERTY