diff --git a/CMakeLists.txt b/CMakeLists.txt index fc094d2..1499faa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ target_link_libraries(boost_heap Boost::intrusive Boost::iterator Boost::parameter - Boost::static_assert Boost::throw_exception ) diff --git a/build.jam b/build.jam index 8102814..cdee2a9 100644 --- a/build.jam +++ b/build.jam @@ -13,7 +13,6 @@ constant boost_dependencies : /boost/intrusive//boost_intrusive /boost/iterator//boost_iterator /boost/parameter//boost_parameter - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception ; project /boost/heap diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index 8f579e5..a5cfe9e 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -34,7 +34,6 @@ set(deps predef preprocessor smart_ptr - static_assert throw_exception tuple type_traits