From 635c447262ce5bfc9f810c44f00c3347692199c6 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 22:40:52 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- CMakeLists.txt | 1 - appveyor.yml | 1 - build.jam | 1 - 3 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f95b0e8600..e9caf121d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,6 @@ target_link_libraries(boost_serialization Boost::preprocessor Boost::smart_ptr Boost::spirit - Boost::static_assert Boost::type_traits Boost::unordered Boost::utility diff --git a/appveyor.yml b/appveyor.yml index dd1c9e0156..51e19e5572 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,6 @@ install: - git submodule init libs/range - git submodule init libs/smart_ptr - git submodule init libs/spirit - - git submodule init libs/static_assert - git submodule init libs/system - git submodule init libs/throw_exception - git submodule init libs/tuple diff --git a/build.jam b/build.jam index 7a91e3874a..1103a56952 100644 --- a/build.jam +++ b/build.jam @@ -22,7 +22,6 @@ constant boost_dependencies : /boost/preprocessor//boost_preprocessor /boost/smart_ptr//boost_smart_ptr /boost/spirit//boost_spirit - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits /boost/utility//boost_utility