Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ target_link_libraries(boost_lockfree
Boost::core
Boost::parameter
Boost::predef
Boost::static_assert
Boost::utility
)

Expand Down
1 change: 0 additions & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ constant boost_dependencies :
/boost/core//boost_core
/boost/parameter//boost_parameter
/boost/predef//boost_predef
/boost/static_assert//boost_static_assert
/boost/type_traits//boost_type_traits ;

project /boost/lockfree
Expand Down
1 change: 0 additions & 1 deletion test/cmake_subdir_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ set(deps
mpl
parameter
predef
static_assert
tuple
type_traits
utility
Expand Down
Loading