Remove dependencies on Boost.StaticAssert.

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
This commit is contained in:
Andrey Semashev
2026-01-22 19:52:59 +03:00
parent c39914d997
commit 48fc512835
+1 -1
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)
set(BOOST_TEST_LINK_LIBRARIES Boost::move Boost::config Boost::container Boost::core)
foreach(test IN LISTS tests)