diff --git a/CMakeLists.txt b/CMakeLists.txt index 13a9530..1d78587 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,4 @@ target_include_directories(boost_type_traits INTERFACE include) target_link_libraries(boost_type_traits INTERFACE Boost::config - Boost::static_assert ) diff --git a/build.jam b/build.jam index f309864..9e8c31d 100644 --- a/build.jam +++ b/build.jam @@ -7,7 +7,7 @@ require-b2 5.2 ; constant boost_dependencies : /boost/config//boost_config - /boost/static_assert//boost_static_assert ; + ; project /boost/type_traits : common-requirements