Install boost_system as header-only

This commit is contained in:
Peter Dimov
2025-12-15 21:51:45 +02:00
parent d36e6f4855
commit d9554db26c

View File

@@ -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 ;
}