Special-case boost_regex as header-only

This commit is contained in:
Peter Dimov
2026-05-04 16:18:49 +03:00
parent 7dcc963fb2
commit f2f3c31751
+1 -1
View File
@@ -1021,7 +1021,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 || $(name) = boost_system
if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception || $(name) = boost_system || $(name) = boost_regex
{
library-type = INTERFACE ;
}