We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec67946 commit 486e341Copy full SHA for 486e341
2 files changed
CMakeLists.txt
@@ -35,7 +35,6 @@ target_link_libraries(boost_program_options
35
Boost::iterator
36
Boost::lexical_cast
37
Boost::smart_ptr
38
- Boost::static_assert
39
Boost::throw_exception
40
Boost::type_traits
41
PRIVATE
build.jam
@@ -14,7 +14,6 @@ constant boost_dependencies :
14
/boost/iterator//boost_iterator
15
/boost/lexical_cast//boost_lexical_cast
16
/boost/smart_ptr//boost_smart_ptr
17
- /boost/static_assert//boost_static_assert
18
/boost/throw_exception//boost_throw_exception
19
/boost/type_traits//boost_type_traits ;
20
0 commit comments