diff --git a/CMakeLists.txt b/CMakeLists.txt index 9afee7ff..cf9d22f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,6 @@ target_link_libraries(boost_compute Boost::proto Boost::range Boost::smart_ptr - Boost::static_assert Boost::thread Boost::throw_exception Boost::tuple diff --git a/build.jam b/build.jam index 59e056f6..09f90320 100644 --- a/build.jam +++ b/build.jam @@ -26,7 +26,6 @@ constant boost_dependencies : /boost/proto//boost_proto /boost/range//boost_range /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert /boost/thread//boost_thread /boost/throw_exception//boost_throw_exception /boost/tuple//boost_tuple