Boost::timer no longer needed to run tests

This commit is contained in:
Ion Gaztañaga
2021-04-04 18:49:35 +02:00
parent 61c5c6f8d7
commit 84be86e943

View File

@ -10,7 +10,7 @@ endif()
file(GLOB tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp)
set(BOOST_TEST_LINK_LIBRARIES Boost::move 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)
foreach(test IN LISTS tests)