Remove Boost::assert from test LINK_LIBRARIES as it's not used by tests

This commit is contained in:
Peter Dimov
2020-01-05 15:48:43 +02:00
parent 61c09099f4
commit eb06060cd8

View File

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