Skip to content

Commit d9554db

Browse files
committed
Install boost_system as header-only
1 parent d36e6f4 commit d9554db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boost-install.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ local rule install-cmake-config- ( install-or-stage : version : name : requireme
10151015

10161016
local library-type = UNKNOWN ;
10171017

1018-
if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception
1018+
if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception || $(name) = boost_system
10191019
{
10201020
library-type = INTERFACE ;
10211021
}

0 commit comments

Comments
 (0)