diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e4431b..4ffd64e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,6 @@ target_link_libraries(boost_tuple INTERFACE Boost::config Boost::core - Boost::static_assert Boost::type_traits ) diff --git a/build.jam b/build.jam index 5384e6a..a068b73 100644 --- a/build.jam +++ b/build.jam @@ -8,7 +8,6 @@ require-b2 5.2 ; constant boost_dependencies : /boost/config//boost_config /boost/core//boost_core - /boost/static_assert//boost_static_assert /boost/type_traits//boost_type_traits ; project /boost/tuple ; diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index ff20e85..9fea9ef 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -14,7 +14,6 @@ set(deps config core -static_assert type_traits # Secondary dependencies