We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c45b7 commit 6b387c4Copy full SHA for 6b387c4
2 files changed
CMakeLists.txt
@@ -26,7 +26,6 @@ target_link_libraries(boost_date_time
26
Boost::numeric_conversion
27
Boost::range
28
Boost::smart_ptr
29
- Boost::static_assert
30
Boost::throw_exception
31
Boost::tokenizer
32
Boost::type_traits
build.jam
@@ -15,7 +15,6 @@ constant boost_dependencies :
15
/boost/numeric_conversion//boost_numeric_conversion
16
/boost/range//boost_range
17
/boost/smart_ptr//boost_smart_ptr
18
- /boost/static_assert//boost_static_assert
19
/boost/throw_exception//boost_throw_exception
20
/boost/tokenizer//boost_tokenizer
21
/boost/type_traits//boost_type_traits
0 commit comments