Skip to content

Commit

Permalink
Accept a list of toolsets in Boost_COMPILER. Refs #63.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 16, 2022
1 parent 5f03163 commit 534727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost-install.jam
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ rule generate-cmake-variant- ( target : sources * : properties * )
print.text

"if(Boost_COMPILER)"
" if(NOT Boost_COMPILER STREQUAL \"$(toolset)\" AND NOT Boost_COMPILER STREQUAL \"-$(toolset)\")"
" if(NOT \"$(toolset)\" IN_LIST Boost_COMPILER AND NOT \"-$(toolset)\" IN_LIST Boost_COMPILER)"
" _BOOST_SKIPPED(\"$(fname)\" \"$(toolset), Boost_COMPILER=${Boost_COMPILER}\")"
" return()"
" endif()"
Expand Down

0 comments on commit 534727e

Please sign in to comment.