There was an error while loading. Please reload this page.
1 parent b035da1 commit e50f160Copy full SHA for e50f160
2 files changed
CMakeLists.txt
@@ -24,7 +24,6 @@ target_link_libraries(boost_property_map
24
Boost::lexical_cast
25
Boost::mpl
26
Boost::smart_ptr
27
- Boost::static_assert
28
Boost::throw_exception
29
Boost::type_traits
30
Boost::utility
build.jam
@@ -16,7 +16,6 @@ constant boost_dependencies :
16
/boost/lexical_cast//boost_lexical_cast
17
/boost/mpl//boost_mpl
18
/boost/smart_ptr//boost_smart_ptr
19
- /boost/static_assert//boost_static_assert
20
/boost/throw_exception//boost_throw_exception
21
/boost/type_index//boost_type_index
22
/boost/type_traits//boost_type_traits
0 commit comments