We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd1ea88 + 72673a7 commit 9fb0dd1Copy full SHA for 9fb0dd1
CMakeLists.txt
@@ -27,7 +27,6 @@ target_link_libraries(boost_range
27
Boost::optional
28
Boost::preprocessor
29
Boost::regex
30
- Boost::static_assert
31
Boost::tuple
32
Boost::type_traits
33
Boost::utility
build.jam
@@ -19,7 +19,6 @@ constant boost_dependencies :
19
/boost/optional//boost_optional
20
/boost/preprocessor//boost_preprocessor
21
/boost/regex//boost_regex
22
- /boost/static_assert//boost_static_assert
23
/boost/tuple//boost_tuple
24
/boost/type_traits//boost_type_traits
25
/boost/utility//boost_utility ;
0 commit comments