mirror of
https://github.com/boostorg/move.git
synced 2025-08-01 05:14:27 +02:00
Boost::timer no longer needed to run tests
This commit is contained in:
@@ -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::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)
|
foreach(test IN LISTS tests)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user