BOOST_LIBS could become outdated in future versions, which would result in dependency('boost', modules : [ 'foo' ], required : false) to fail, although required was set to false. Therefore turn the exception into log_fail(). If required was set to true, this will still be caught since is_found remains False. This also improves logging by printing all invalid module names instead of only the first one.pull/2624/head
parent
18b42c5370
commit
c3d143298b
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue