diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6da16bc..1d01a61 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,7 +10,7 @@ endif() file(GLOB tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) -set(BOOST_TEST_LINK_LIBRARIES Boost::move Boost::assert Boost::config Boost::container Boost::core Boost::static_assert Boost::timer) +set(BOOST_TEST_LINK_LIBRARIES Boost::move Boost::config Boost::container Boost::core Boost::static_assert Boost::timer) foreach(test IN LISTS tests)