mirror of
https://github.com/boostorg/move.git
synced 2026-07-21 13:23:29 +00:00
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
This commit is contained in:
+1
-1
@@ -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)
|
||||
set(BOOST_TEST_LINK_LIBRARIES Boost::move Boost::config Boost::container Boost::core)
|
||||
|
||||
foreach(test IN LISTS tests)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user