diff --git a/CMakeLists.txt b/CMakeLists.txt index 0edd5f2..ec770ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,8 @@ target_include_directories(boost_compat INTERFACE include) target_link_libraries(boost_compat INTERFACE Boost::assert + Boost::config + Boost::throw_exception ) target_compile_features(boost_compat INTERFACE cxx_std_11)