Skip to content
Open
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 @@ -27,7 +27,6 @@ target_link_libraries(boost_chrono
Boost::mpl
Boost::predef
Boost::ratio
Boost::static_assert
Boost::system
Boost::throw_exception
Boost::type_traits
Expand Down
1 change: 0 additions & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ constant boost_dependencies :
/boost/mpl//boost_mpl
/boost/predef//boost_predef
/boost/ratio//boost_ratio
/boost/static_assert//boost_static_assert
/boost/system//boost_system
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits
Expand Down
2 changes: 1 addition & 1 deletion test/cmake_subdir_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ move
mpl
predef
ratio
static_assert
system
throw_exception
type_traits
Expand All @@ -29,6 +28,7 @@ winapi

# Secondary dependencies

compat
preprocessor
variant2
io
Expand Down
Loading