From 000e6bc94a3c2e1b146fbdc29bc811c3463579e5 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 20:39:54 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e2358e4f..341bfe598 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ target_link_libraries(boost_numeric_ublas Boost::range Boost::serialization Boost::smart_ptr - Boost::static_assert Boost::type_traits Boost::typeof )