From 3f562502a8f1b4d9d13bb707f6b033702786f111 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 19:17:24 +0300 Subject: [PATCH 1/2] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- CMakeLists.txt | 1 - build.jam | 1 - test/cmake_subdir_test/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7017e112..7e702f92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,6 @@ target_link_libraries(boost_chrono Boost::mpl Boost::predef Boost::ratio - Boost::static_assert Boost::system Boost::throw_exception Boost::type_traits diff --git a/build.jam b/build.jam index f70141ad..4d48dcc9 100644 --- a/build.jam +++ b/build.jam @@ -14,7 +14,6 @@ constant boost_dependencies : /boost/mpl//boost_mpl /boost/predef//boost_predef /boost/ratio//boost_ratio - /boost/static_assert//boost_static_assert /boost/system//boost_system /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index 8ba85581..a899bd18 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -19,7 +19,6 @@ move mpl predef ratio -static_assert system throw_exception type_traits From bf12750b39f7bfa1afbed07c68470a573a421a61 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 3 Feb 2026 18:03:45 +0300 Subject: [PATCH 2/2] Add Boost.Compat to cmake_subdir_test. Boost.Compat is now used by Boost.System, so it needs to be added to cmake_subdir_test. --- test/cmake_subdir_test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index a899bd18..f8d417d7 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -28,6 +28,7 @@ winapi # Secondary dependencies +compat preprocessor variant2 io