diff --git a/boost-install.jam b/boost-install.jam index b87e308..5e6bfa6 100644 --- a/boost-install.jam +++ b/boost-install.jam @@ -1015,7 +1015,7 @@ local rule install-cmake-config- ( install-or-stage : version : name : requireme local library-type = UNKNOWN ; - if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception + if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception || $(name) = boost_system { library-type = INTERFACE ; }