cmake: fix up link lines

This commit is contained in:
Ben Boeckel 2014-10-24 15:30:57 -04:00
parent 4b6515cfb5
commit 01895dd067
5 changed files with 7 additions and 3 deletions

View file

@ -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