We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36e6f4 commit d9554dbCopy full SHA for d9554db
1 file changed
boost-install.jam
@@ -1015,7 +1015,7 @@ local rule install-cmake-config- ( install-or-stage : version : name : requireme
1015
1016
local library-type = UNKNOWN ;
1017
1018
- if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception
+ if $(name) = boost_headers || $(name) = boost_math || $(name) = boost_exception || $(name) = boost_system
1019
{
1020
library-type = INTERFACE ;
1021
}
0 commit comments