mirror of
https://github.com/boostorg/boost_install.git
synced 2026-07-21 13:13:30 +00:00
Special-case boost_regex as header-only
This commit is contained in:
+1
-1
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user