From 3a1a0a67eba5c929f6ed5b9350345fc824f27c29 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 21:06:52 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- CMakeLists.txt | 1 - build.jam | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9afee7ff..cf9d22f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,6 @@ target_link_libraries(boost_compute Boost::proto Boost::range Boost::smart_ptr - Boost::static_assert Boost::thread Boost::throw_exception Boost::tuple diff --git a/build.jam b/build.jam index 59e056f6..09f90320 100644 --- a/build.jam +++ b/build.jam @@ -26,7 +26,6 @@ constant boost_dependencies : /boost/proto//boost_proto /boost/range//boost_range /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert /boost/thread//boost_thread /boost/throw_exception//boost_throw_exception /boost/tuple//boost_tuple