From 9d4cc2ec01a218becc2cb81fd513942b043b7171 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 19:23:25 +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 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13a9530..1d78587 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,4 @@ target_include_directories(boost_type_traits INTERFACE include) target_link_libraries(boost_type_traits INTERFACE Boost::config - Boost::static_assert ) diff --git a/build.jam b/build.jam index f309864..9e8c31d 100644 --- a/build.jam +++ b/build.jam @@ -7,7 +7,7 @@ require-b2 5.2 ; constant boost_dependencies : /boost/config//boost_config - /boost/static_assert//boost_static_assert ; + ; project /boost/type_traits : common-requirements