mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 21:54:26 +02:00
Remove Boost::assert from test LINK_LIBRARIES as it's not used by tests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user